Html Css Color HEX #8EAAEB Jordy Blue

📋 copy color: '#8EAAEB'

red 142 ◦ green 170 ◦ blue 235

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

Shades of Jordy Blue #8EAAEB

Tints of Jordy Blue #8EAAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.96%

R = 25.96%
G = 31.08%
B = 42.96%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EAAEB (or 0x8EAAEB) is known color: Jordy Blue. HEX triplet: 8E, AA and EB. RGB value is (142,170,235). Sum of RGB (Red+Green+Blue) = 142+170+235=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 235 (92.19% from 255 or 42.96% from 547); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAAEB is #715514. Grayscale: #A8A8A8. Windows color (decimal): -7427349 or 15444622. OLE color: 15444622.

HSL color Cylindrical-coordinate representation of color #8EAAEB: hue angle of 221.94º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EAAEB is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 170 235 -
CMYK 0.40 0.28 0 0.08
HSL 221.94º 0.7% 0.74% -
HSV(B) 221.94º 0.4% 0.92% -
XYZ 40.53 40.5 84.28 -
YUV 169.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 142 170 235 0.40 0.28 0 0.08 221.94 0.7 0.74
Hex 8E AA EB 28 1C 0 8 DE 46 4A
Octal 216 252 353 50 34 0 10 336 106 112
Binary 10001110 10101010 11101011 101000 11100 0 1000 11011110 1000110 1001010

Color Harmonies of #8EAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAAEB

Black with #8EAAEB

Text Example


Text Example

White with #8EAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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