#9CB4EC

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

Shades of Perano #9CB4EC

Tints of Perano #9CB4EC

Color information

#9CB4EC (or 0x9CB4EC) is unknown color: approx Perano. HEX triplet: 9C, B4 and EC. RGB value is (156,180,236). Sum of RGB (Red+Green+Blue) = 156+180+236=572 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.27% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 236 (92.58% from 255 or 41.26% from 572); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CB4EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9CB4EC is #634B13. Grayscale: #B2B2B2. Windows color (decimal): -6507284 or 15512732. OLE color: 15512732.

HSL color Cylindrical-coordinate representation of color #9CB4EC: hue angle of 222º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CB4EC is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB156180236-
CMYK0.340.2400.07
HSL222º67.8%76.86%-
HSV(B)222º33.9%92.55%-
XYZ45.1745.7785.81-
YUV179.21160.05111.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.27%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 236 (92.58% from 255) = 41.26%
R=27.27%
G=31.47%
B=41.26%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561802360.340.2400.0722267.876.86
Hex9CB4EC221807de444d
Octal234264354423007336104115
Binary1001110010110100111011001000101100001111101111010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB4EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,180,236); }

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

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

 a { background-color: rgb(156,180,236); }

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

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

 span { border-color: rgb(156,180,236); }

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