#8EACF5

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

Shades of Jordy Blue #8EACF5

Tints of Jordy Blue #8EACF5

Color information

#8EACF5 (or 0x8EACF5) is unknown color: approx Jordy Blue. HEX triplet: 8E, AC and F5. RGB value is (142,172,245). Sum of RGB (Red+Green+Blue) = 142+172+245=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 245 (96.09% from 255 or 43.83% from 559); Max value from RGB is 245 - color contains mainly: blue. Hex color #8EACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EACF5 is #71530A. Grayscale: #ABABAB. Windows color (decimal): -7426827 or 16100494. OLE color: 16100494.

HSL color Cylindrical-coordinate representation of color #8EACF5: hue angle of 222.52º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8EACF5 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB142172245-
CMYK0.420.3000.04
HSL222.52º83.74%75.88%-
HSV(B)222.52º42.04%96.08%-
XYZ42.3941.8592.23-
YUV171.35169.56107.06-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.40%
GREEN value IS 172 (67.58% from 255) = 30.77%
BLUE value IS 245 (96.09% from 255) = 43.83%
R=25.40%
G=30.77%
B=43.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1421722450.420.3000.04222.5283.7475.88
Hex8EACF52A1E04df544c
Octal216254365523604337124114
Binary1000111010101100111101011010101111001001101111110101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,172,245); }

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

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

 a { background-color: rgb(142,172,245); }

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

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

 span { border-color: rgb(142,172,245); }

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