#9CB1EC

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

Shades of Perano #9CB1EC

Tints of Perano #9CB1EC

Color information

#9CB1EC (or 0x9CB1EC) is unknown color: approx Perano. HEX triplet: 9C, B1 and EC. RGB value is (156,177,236). Sum of RGB (Red+Green+Blue) = 156+177+236=569 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.42% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CB1EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CB1EC is #634E13. Grayscale: #B1B1B1. Windows color (decimal): -6508052 or 15511964. OLE color: 15511964.

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

Color convert

RGB156177236-
CMYK0.340.2500.07
HSL224.25º67.8%76.86%-
HSV(B)224.25º33.9%92.55%-
XYZ44.5744.5785.61-
YUV177.45161.04112.7-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.42%
GREEN value IS 177 (69.53% from 255) = 31.11%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=27.42%
G=31.11%
B=41.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561772360.340.2500.07224.2567.876.86
Hex9CB1EC221907e0444d
Octal234261354423107340104115
Binary1001110010110001111011001000101100101111110000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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