Html Css Color HEX #9EAEE1 Perano

📋 copy color: '#9EAEE1'

red 158 ◦ green 174 ◦ blue 225

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

Shades of Perano #9EAEE1

Tints of Perano #9EAEE1

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.24%

 BLUE value IS 225 (88.28% from 255) = 40.39%

R = 28.37%
G = 31.24%
B = 40.39%

CMYK

 C value IS 0.30

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9EAEE1 (or 0x9EAEE1) is known color: Perano. HEX triplet: 9E, AE and E1. RGB value is (158,174,225). Sum of RGB (Red+Green+Blue) = 158+174+225=557 (73% of max value = 765). Red value is 158 (62.11% from 255 or 28.37% from 557); Green value is 174 (68.36% from 255 or 31.24% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #9EAEE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9EAEE1 is #61511E. Grayscale: #AEAEAE. Windows color (decimal): -6377759 or 14790302. OLE color: 14790302.

HSL color Cylindrical-coordinate representation of color #9EAEE1: hue angle of 225.67º degrees, saturation: 0.53, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9EAEE1 is Cyan = 0.30, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 174 225 -
CMYK 0.30 0.23 0 0.12
HSL 225.67º 0.53% 0.75% -
HSV(B) 225.67º 0.3% 0.88% -
XYZ 42.83 42.98 77.27 -
YUV 175.03 156.2 115.85 -
System Red Green Blue C M Y K H S L
Decimal 158 174 225 0.30 0.23 0 0.12 225.67 0.53 0.75
Hex 9E AE E1 1E 17 0 C E2 35 4B
Octal 236 256 341 36 27 0 14 342 65 113
Binary 10011110 10101110 11100001 11110 10111 0 1100 11100010 110101 1001011

Color Harmonies of #9EAEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAEE1

Black with #9EAEE1

Text Example


Text Example

White with #9EAEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,174,225); }

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

background-color css

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

 a { background-color: rgb(158,174,225); }

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

border-color css

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

 span { border-color: rgb(158,174,225); }

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