#8eafee

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

Shades of Jordy Blue #8EAFEE

Tints of Jordy Blue #8EAFEE

Color information

#8EAFEE (or 0x8EAFEE) is unknown color: approx Jordy Blue. HEX triplet: 8E, AF and EE. RGB value is (142,175,238). Sum of RGB (Red+Green+Blue) = 142+175+238=555 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.59% from 555); Green value is 175 (68.75% from 255 or 31.53% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #8EAFEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAFEE is #715011. Grayscale: #ACACAC. Windows color (decimal): -7426066 or 15642510. OLE color: 15642510.

HSL color Cylindrical-coordinate representation of color #8EAFEE: hue angle of 219.38º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EAFEE is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB142175238-
CMYK0.400.2600.07
HSL219.38º73.85%74.51%-
HSV(B)219.38º40.34%93.33%-
XYZ41.9242.5886.9-
YUV172.32165.07106.38-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.59%
GREEN value IS 175 (68.75% from 255) = 31.53%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=25.59%
G=31.53%
B=42.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1421752380.400.2600.07219.3873.8574.51
Hex8EAFEE281A07db4a4b
Octal216257356503207333112113
Binary1000111010101111111011101010001101001111101101110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8eafee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,175,238); }

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

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

 a { background-color: rgb(142,175,238); }

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

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

 span { border-color: rgb(142,175,238); }

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