Html Css Color HEX #9EAAEB Perano

📋 copy color: '#9EAAEB'

red 158 ◦ green 170 ◦ blue 235

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

Shades of Perano #9EAAEB

Tints of Perano #9EAAEB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.2%

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

R = 28.06%
G = 30.2%
B = 41.74%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#9EAAEB (or 0x9EAAEB) is known color: Perano. HEX triplet: 9E, AA and EB. RGB value is (158,170,235). Sum of RGB (Red+Green+Blue) = 158+170+235=563 (74% of max value = 765). Red value is 158 (62.11% from 255 or 28.06% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 235 (92.19% from 255 or 41.74% from 563); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAAEB is #615514. Grayscale: #ADADAD. Windows color (decimal): -6378773 or 15444638. OLE color: 15444638.

HSL color Cylindrical-coordinate representation of color #9EAAEB: hue angle of 230.65º 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 #9EAAEB is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 170 235 -
CMYK 0.33 0.28 0 0.08
HSL 230.65º 0.66% 0.77% -
HSV(B) 230.65º 0.33% 0.92% -
XYZ 43.47 42.02 84.42 -
YUV 173.82 162.52 116.71 -
System Red Green Blue C M Y K H S L
Decimal 158 170 235 0.33 0.28 0 0.08 230.65 0.66 0.77
Hex 9E AA EB 21 1C 0 8 E7 42 4D
Octal 236 252 353 41 34 0 10 347 102 115
Binary 10011110 10101010 11101011 100001 11100 0 1000 11100111 1000010 1001101

Color Harmonies of #9EAAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAEB

Black with #9EAAEB

Text Example


Text Example

White with #9EAAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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