Html Css Color HEX #9EADEC Perano

📋 copy color: '#9EADEC'

red 158 ◦ green 173 ◦ blue 236

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

Shades of Perano #9EADEC

Tints of Perano #9EADEC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.51%

 BLUE value IS 236 (92.58% from 255) = 41.62%

R = 27.87%
G = 30.51%
B = 41.62%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#9EADEC (or 0x9EADEC) is known color: Perano. HEX triplet: 9E, AD and EC. RGB value is (158,173,236). Sum of RGB (Red+Green+Blue) = 158+173+236=567 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.87% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EADEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EADEC is #615213. Grayscale: #AFAFAF. Windows color (decimal): -6378004 or 15510942. OLE color: 15510942.

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

Color convert

RGB 158 173 236 -
CMYK 0.33 0.27 0 0.07
HSL 228.46º 0.67% 0.77% -
HSV(B) 228.46º 0.33% 0.93% -
XYZ 44.18 43.21 85.37 -
YUV 175.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 158 173 236 0.33 0.27 0 0.07 228.46 0.67 0.77
Hex 9E AD EC 21 1B 0 7 E4 43 4D
Octal 236 255 354 41 33 0 7 344 103 115
Binary 10011110 10101101 11101100 100001 11011 0 111 11100100 1000011 1001101

Color Harmonies of #9EADEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EADEC

Black with #9EADEC

Text Example


Text Example

White with #9EADEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,173,236); }

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

background-color css

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

 a { background-color: rgb(158,173,236); }

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

border-color css

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

 span { border-color: rgb(158,173,236); }

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