Html Css Color HEX #8EAEEB Jordy Blue

📋 copy color: '#8EAEEB'

red 142 ◦ green 174 ◦ blue 235

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

Shades of Jordy Blue #8EAEEB

Tints of Jordy Blue #8EAEEB

RGB

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

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

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

R = 25.77%
G = 31.58%
B = 42.65%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EAEEB (or 0x8EAEEB) is known color: Jordy Blue. HEX triplet: 8E, AE and EB. RGB value is (142,174,235). Sum of RGB (Red+Green+Blue) = 142+174+235=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 174 (68.36% from 255 or 31.58% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EAEEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EAEEB is #715114. Grayscale: #ABABAB. Windows color (decimal): -7426325 or 15445646. OLE color: 15445646.

HSL color Cylindrical-coordinate representation of color #8EAEEB: hue angle of 219.35º 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 #8EAEEB is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 174 235 -
CMYK 0.40 0.26 0 0.08
HSL 219.35º 0.7% 0.74% -
HSV(B) 219.35º 0.4% 0.92% -
XYZ 41.29 42.02 84.53 -
YUV 171.39 163.9 107.04 -
System Red Green Blue C M Y K H S L
Decimal 142 174 235 0.40 0.26 0 0.08 219.35 0.7 0.74
Hex 8E AE EB 28 1A 0 8 DB 46 4A
Octal 216 256 353 50 32 0 10 333 106 112
Binary 10001110 10101110 11101011 101000 11010 0 1000 11011011 1000110 1001010

Color Harmonies of #8EAEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EAEEB

Black with #8EAEEB

Text Example


Text Example

White with #8EAEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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