Html Css Color HEX #9EABEF Perano

📋 copy color: '#9EABEF'

red 158 ◦ green 171 ◦ blue 239

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

Shades of Perano #9EABEF

Tints of Perano #9EABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 42.08%

R = 27.82%
G = 30.11%
B = 42.08%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9EABEF (or 0x9EABEF) is known color: Perano. HEX triplet: 9E, AB and EF. RGB value is (158,171,239). Sum of RGB (Red+Green+Blue) = 158+171+239=568 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.82% from 568); Green value is 171 (67.19% from 255 or 30.11% from 568); Blue value is 239 (93.75% from 255 or 42.08% from 568); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EABEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABEF is #615410. Grayscale: #AEAEAE. Windows color (decimal): -6378513 or 15707038. OLE color: 15707038.

HSL color Cylindrical-coordinate representation of color #9EABEF: hue angle of 230.37º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EABEF is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 171 239 -
CMYK 0.34 0.28 0 0.06
HSL 230.37º 0.72% 0.78% -
HSV(B) 230.37º 0.34% 0.94% -
XYZ 44.24 42.63 87.56 -
YUV 174.87 164.19 115.97 -
System Red Green Blue C M Y K H S L
Decimal 158 171 239 0.34 0.28 0 0.06 230.37 0.72 0.78
Hex 9E AB EF 22 1C 0 6 E6 48 4E
Octal 236 253 357 42 34 0 6 346 110 116
Binary 10011110 10101011 11101111 100010 11100 0 110 11100110 1001000 1001110

Color Harmonies of #9EABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EABEF

Black with #9EABEF

Text Example


Text Example

White with #9EABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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