Html Css Color HEX #8EAEEC Jordy Blue

📋 copy color: '#8EAEEC'

red 142 ◦ green 174 ◦ blue 236

#8EAEEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #8EAEEC

Tints of Jordy Blue #8EAEEC

RGB

 RED value IS 142 (55.86% from 255) = 25.72%

 GREEN value IS 174 (68.36% from 255) = 31.52%

 BLUE value IS 236 (92.58% from 255) = 42.75%

R = 25.72%
G = 31.52%
B = 42.75%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8EAEEC (or 0x8EAEEC) is known color: Jordy Blue. HEX triplet: 8E, AE and EC. RGB value is (142,174,236). Sum of RGB (Red+Green+Blue) = 142+174+236=552 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.72% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 236 (92.58% from 255 or 42.75% from 552); Max value from RGB is 236 - color contains mainly: blue. Hex color #8EAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAEEC is #715113. Grayscale: #ABABAB. Windows color (decimal): -7426324 or 15511182. OLE color: 15511182.

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

Color convert

RGB 142 174 236 -
CMYK 0.40 0.26 0 0.07
HSL 219.57º 0.71% 0.74% -
HSV(B) 219.57º 0.4% 0.93% -
XYZ 41.43 42.08 85.3 -
YUV 171.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 142 174 236 0.40 0.26 0 0.07 219.57 0.71 0.74
Hex 8E AE EC 28 1A 0 7 DC 47 4A
Octal 216 256 354 50 32 0 7 334 107 112
Binary 10001110 10101110 11101100 101000 11010 0 111 11011100 1000111 1001010

Color Harmonies of #8EAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAEEC

Black with #8EAEEC

Text Example


Text Example

White with #8EAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,174,236); }

 H1.HeaderClassName
 {
   color: #8EAEEC;
 }
 .AnyTagClassName
 {
   color: #8EAEEC;
 }
</style>

background-color css

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

 a { background-color: rgb(142,174,236); }

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

border-color css

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

 span { border-color: rgb(142,174,236); }

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