#9EBCEC

Color #9EBCEC Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #9EBCEC

Tints of Perano #9EBCEC

Color information

#9EBCEC (or 0x9EBCEC) is unknown color: approx Perano. HEX triplet: 9E, BC and EC. RGB value is (158,188,236). Sum of RGB (Red+Green+Blue) = 158+188+236=582 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.15% from 582); Green value is 188 (73.83% from 255 or 32.30% from 582); Blue value is 236 (92.58% from 255 or 40.55% from 582); Max value from RGB is 236 - color contains mainly: blue. Hex color #9EBCEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBCEC is #614313. Grayscale: #B8B8B8. Windows color (decimal): -6374164 or 15514782. OLE color: 15514782.

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

Color convert

RGB158188236-
CMYK0.330.2000.07
HSL216.92º67.24%77.25%-
HSV(B)216.92º33.05%92.55%-
XYZ47.2249.2986.38-
YUV184.5157.06109.1-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.15%
GREEN value IS 188 (73.83% from 255) = 32.30%
BLUE value IS 236 (92.58% from 255) = 40.55%
R=27.15%
G=32.30%
B=40.55%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581882360.330.2000.07216.9267.2477.25
Hex9EBCEC211407d9434d
Octal236274354412407331103115
Binary1001111010111100111011001000011010001111101100110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EBCEC;
 }
 .AnyTagClassName
 {
   color: #9EBCEC;
 }
</style>
background-color css

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

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

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

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

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

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