#8FADE8

Color #8FADE8 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8FADE8

Tints of Jordy Blue #8FADE8

Color information

#8FADE8 (or 0x8FADE8) is unknown color: approx Jordy Blue. HEX triplet: 8F, AD and E8. RGB value is (143,173,232). Sum of RGB (Red+Green+Blue) = 143+173+232=548 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.09% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #8FADE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADE8 is #705217. Grayscale: #AAAAAA. Windows color (decimal): -7361048 or 15248783. OLE color: 15248783.

HSL color Cylindrical-coordinate representation of color #8FADE8: hue angle of 219.78º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8FADE8 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB143173232-
CMYK0.380.2500.09
HSL219.78º65.93%73.53%-
HSV(B)219.78º38.36%90.98%-
XYZ40.8441.5582.21-
YUV170.76162.56108.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 143 (56.25% from 255) = 26.09%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 232 (91.02% from 255) = 42.34%
R=26.09%
G=31.57%
B=42.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1431732320.380.2500.09219.7865.9373.53
Hex8FADE8261909dc424a
Octal2172553504631011334102112
Binary10001111101011011110100010011011001010011101110010000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FADE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8FADE8; }

 p { color: rgb(143,173,232); }

 H1.HeaderClassName
 {
   color: #8FADE8;
 }
 .AnyTagClassName
 {
   color: #8FADE8;
 }
</style>
background-color css

<style>
 a { background-color: #8FADE8; }

 a { background-color: rgb(143,173,232); }

 div.DivClassName
 {
   background-color: #8FADE8;
 }
 .BgClassName
 {
   background-color: #8FADE8;
 }
</style>
border-color css

<style>
 span { border-color: #8FADE8; }

 span { border-color: rgb(143,173,232); }

 td.TdClassName
 {
   border-color: #8FADE8;
 }
 .TagClassName
 {
   border-color: #8FADE8;
 }
</style>