Html Css Color HEX #9EABEB Perano

📋 copy color: '#9EABEB'

red 158 ◦ green 171 ◦ blue 235

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

Shades of Perano #9EABEB

Tints of Perano #9EABEB

RGB

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

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

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

R = 28.01%
G = 30.32%
B = 41.67%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9EABEB (or 0x9EABEB) is known color: Perano. HEX triplet: 9E, AB and EB. RGB value is (158,171,235). Sum of RGB (Red+Green+Blue) = 158+171+235=564 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.01% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 235 (92.19% from 255 or 41.67% from 564); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EABEB is #615414. Grayscale: #AEAEAE. Windows color (decimal): -6378517 or 15444894. OLE color: 15444894.

HSL color Cylindrical-coordinate representation of color #9EABEB: hue angle of 229.87º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EABEB is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 171 235 -
CMYK 0.33 0.27 0 0.08
HSL 229.87º 0.66% 0.77% -
HSV(B) 229.87º 0.33% 0.92% -
XYZ 43.66 42.39 84.48 -
YUV 174.41 162.19 116.3 -
System Red Green Blue C M Y K H S L
Decimal 158 171 235 0.33 0.27 0 0.08 229.87 0.66 0.77
Hex 9E AB EB 21 1B 0 8 E6 42 4D
Octal 236 253 353 41 33 0 10 346 102 115
Binary 10011110 10101011 11101011 100001 11011 0 1000 11100110 1000010 1001101

Color Harmonies of #9EABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EABEB

Black with #9EABEB

Text Example


Text Example

White with #9EABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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