Html Css Color HEX #8EABEB Jordy Blue

📋 copy color: '#8EABEB'

red 142 ◦ green 171 ◦ blue 235

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

Shades of Jordy Blue #8EABEB

Tints of Jordy Blue #8EABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 31.2%

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

R = 25.91%
G = 31.2%
B = 42.88%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8EABEB (or 0x8EABEB) is known color: Jordy Blue. HEX triplet: 8E, AB and EB. RGB value is (142,171,235). Sum of RGB (Red+Green+Blue) = 142+171+235=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 235 (92.19% from 255 or 42.88% from 548); Max value from RGB is 235 - color contains mainly: blue. Hex color #8EABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EABEB is #715414. Grayscale: #A9A9A9. Windows color (decimal): -7427093 or 15444878. OLE color: 15444878.

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

Color convert

RGB 142 171 235 -
CMYK 0.40 0.27 0 0.08
HSL 221.29º 0.7% 0.74% -
HSV(B) 221.29º 0.4% 0.92% -
XYZ 40.71 40.87 84.34 -
YUV 169.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 142 171 235 0.40 0.27 0 0.08 221.29 0.7 0.74
Hex 8E AB EB 28 1B 0 8 DD 46 4A
Octal 216 253 353 50 33 0 10 335 106 112
Binary 10001110 10101011 11101011 101000 11011 0 1000 11011101 1000110 1001010

Color Harmonies of #8EABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EABEB

Black with #8EABEB

Text Example


Text Example

White with #8EABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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