Html Css Color HEX #9EAAED Perano

📋 copy color: '#9EAAED'

red 158 ◦ green 170 ◦ blue 237

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

Shades of Perano #9EAAED

Tints of Perano #9EAAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 27.96%
G = 30.09%
B = 41.95%

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

#9EAAED (or 0x9EAAED) is known color: Perano. HEX triplet: 9E, AA and ED. RGB value is (158,170,237). Sum of RGB (Red+Green+Blue) = 158+170+237=565 (74% of max value = 765). Red value is 158 (62.11% from 255 or 27.96% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EAAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EAAED is #615512. Grayscale: #ADADAD. Windows color (decimal): -6378771 or 15575710. OLE color: 15575710.

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

Color convert

RGB 158 170 237 -
CMYK 0.33 0.28 0 0.07
HSL 230.89º 0.69% 0.77% -
HSV(B) 230.89º 0.33% 0.93% -
XYZ 43.76 42.13 85.95 -
YUV 174.05 163.52 116.55 -
System Red Green Blue C M Y K H S L
Decimal 158 170 237 0.33 0.28 0 0.07 230.89 0.69 0.77
Hex 9E AA ED 21 1C 0 7 E7 45 4D
Octal 236 252 355 41 34 0 7 347 105 115
Binary 10011110 10101010 11101101 100001 11100 0 111 11100111 1000101 1001101

Color Harmonies of #9EAAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAAED

Black with #9EAAED

Text Example


Text Example

White with #9EAAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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