Html Css Color HEX #8EAAE9 Jordy Blue

📋 copy color: '#8EAAE9'

red 142 ◦ green 170 ◦ blue 233

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

Shades of Jordy Blue #8EAAE9

Tints of Jordy Blue #8EAAE9

RGB

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

 GREEN value IS 170 (66.8% from 255) = 31.19%

 BLUE value IS 233 (91.41% from 255) = 42.75%

R = 26.06%
G = 31.19%
B = 42.75%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8EAAE9 (or 0x8EAAE9) is known color: Jordy Blue. HEX triplet: 8E, AA and E9. RGB value is (142,170,233). Sum of RGB (Red+Green+Blue) = 142+170+233=545 (72% of max value = 765). Red value is 142 (55.86% from 255 or 26.06% from 545); Green value is 170 (66.80% from 255 or 31.19% from 545); Blue value is 233 (91.41% from 255 or 42.75% from 545); Max value from RGB is 233 - color contains mainly: blue. Hex color #8EAAE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAAE9 is #715516. Grayscale: #A8A8A8. Windows color (decimal): -7427351 or 15313550. OLE color: 15313550.

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

Color convert

RGB 142 170 233 -
CMYK 0.39 0.27 0 0.09
HSL 221.54º 0.67% 0.74% -
HSV(B) 221.54º 0.39% 0.91% -
XYZ 40.24 40.38 82.76 -
YUV 168.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 142 170 233 0.39 0.27 0 0.09 221.54 0.67 0.74
Hex 8E AA E9 27 1B 0 9 DE 43 4A
Octal 216 252 351 47 33 0 11 336 103 112
Binary 10001110 10101010 11101001 100111 11011 0 1001 11011110 1000011 1001010

Color Harmonies of #8EAAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAAE9

Black with #8EAAE9

Text Example


Text Example

White with #8EAAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,170,233); }

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

background-color css

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

 a { background-color: rgb(142,170,233); }

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

border-color css

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

 span { border-color: rgb(142,170,233); }

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