Html Css Color HEX #9EABEC Perano

📋 copy color: '#9EABEC'

red 158 ◦ green 171 ◦ blue 236

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

Shades of Perano #9EABEC

Tints of Perano #9EABEC

RGB

 RED value IS 158 (62.11% from 255) = 27.96%

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

 BLUE value IS 236 (92.58% from 255) = 41.77%

R = 27.96%
G = 30.27%
B = 41.77%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EABEC (or 0x9EABEC) is known color: Perano. HEX triplet: 9E, AB and EC. RGB value is (158,171,236). Sum of RGB (Red+Green+Blue) = 158+171+236=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 236 (92.58% from 255 or 41.77% from 565); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABEC is #615413. Grayscale: #AEAEAE. Windows color (decimal): -6378516 or 15510430. OLE color: 15510430.

HSL color Cylindrical-coordinate representation of color #9EABEC: hue angle of 230º degrees, saturation: 0.67, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EABEC is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 171 236 -
CMYK 0.33 0.28 0 0.07
HSL 230º 0.67% 0.77% -
HSV(B) 230º 0.33% 0.93% -
XYZ 43.8 42.45 85.24 -
YUV 174.52 162.69 116.21 -
System Red Green Blue C M Y K H S L
Decimal 158 171 236 0.33 0.28 0 0.07 230 0.67 0.77
Hex 9E AB EC 21 1C 0 7 E6 43 4D
Octal 236 253 354 41 34 0 7 346 103 115
Binary 10011110 10101011 11101100 100001 11100 0 111 11100110 1000011 1001101

Color Harmonies of #9EABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EABEC

Black with #9EABEC

Text Example


Text Example

White with #9EABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EABEC; }

 p { color: rgb(158,171,236); }

 H1.HeaderClassName
 {
   color: #9EABEC;
 }
 .AnyTagClassName
 {
   color: #9EABEC;
 }
</style>

background-color css

<style>
 a { background-color: #9EABEC; }

 a { background-color: rgb(158,171,236); }

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

border-color css

<style>
 span { border-color: #9EABEC; }

 span { border-color: rgb(158,171,236); }

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