Html Css Color HEX #8EAEE8 Jordy Blue

📋 copy color: '#8EAEE8'

red 142 ◦ green 174 ◦ blue 232

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

Shades of Jordy Blue #8EAEE8

Tints of Jordy Blue #8EAEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.34%

R = 25.91%
G = 31.75%
B = 42.34%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8EAEE8 (or 0x8EAEE8) is known color: Jordy Blue. HEX triplet: 8E, AE and E8. RGB value is (142,174,232). Sum of RGB (Red+Green+Blue) = 142+174+232=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 174 (68.36% from 255 or 31.75% 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 #8EAEE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAEE8 is #715117. Grayscale: #AAAAAA. Windows color (decimal): -7426328 or 15249038. OLE color: 15249038.

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

Color convert

RGB 142 174 232 -
CMYK 0.39 0.25 0 0.09
HSL 218.67º 0.66% 0.73% -
HSV(B) 218.67º 0.39% 0.91% -
XYZ 40.86 41.85 82.27 -
YUV 171.04 162.4 107.28 -
System Red Green Blue C M Y K H S L
Decimal 142 174 232 0.39 0.25 0 0.09 218.67 0.66 0.73
Hex 8E AE E8 27 19 0 9 DB 42 49
Octal 216 256 350 47 31 0 11 333 102 111
Binary 10001110 10101110 11101000 100111 11001 0 1001 11011011 1000010 1001001

Color Harmonies of #8EAEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAEE8

Black with #8EAEE8

Text Example


Text Example

White with #8EAEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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