#8EACF1

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

Shades of Jordy Blue #8EACF1

Tints of Jordy Blue #8EACF1

Color information

#8EACF1 (or 0x8EACF1) is unknown color: approx Jordy Blue. HEX triplet: 8E, AC and F1. RGB value is (142,172,241). Sum of RGB (Red+Green+Blue) = 142+172+241=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #8EACF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EACF1 is #71530E. Grayscale: #AAAAAA. Windows color (decimal): -7426831 or 15838350. OLE color: 15838350.

HSL color Cylindrical-coordinate representation of color #8EACF1: hue angle of 221.82º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EACF1 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB142172241-
CMYK0.410.2900.05
HSL221.82º77.95%75.1%-
HSV(B)221.82º41.08%94.51%-
XYZ41.7941.6189.05-
YUV170.9167.56107.39-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.59%
GREEN value IS 172 (67.58% from 255) = 30.99%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=25.59%
G=30.99%
B=43.42%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1421722410.410.2900.05221.8277.9575.1
Hex8EACF1291D05de4e4b
Octal216254361513505336116113
Binary1000111010101100111100011010011110101011101111010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EACF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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