#9CB2EF

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

Shades of Perano #9CB2EF

Tints of Perano #9CB2EF

Color information

#9CB2EF (or 0x9CB2EF) is unknown color: approx Perano. HEX triplet: 9C, B2 and EF. RGB value is (156,178,239). Sum of RGB (Red+Green+Blue) = 156+178+239=573 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.23% from 573); Green value is 178 (69.92% from 255 or 31.06% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CB2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CB2EF is #634D10. Grayscale: #B2B2B2. Windows color (decimal): -6507793 or 15708828. OLE color: 15708828.

HSL color Cylindrical-coordinate representation of color #9CB2EF: hue angle of 224.1º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CB2EF is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB156178239-
CMYK0.350.2600.06
HSL224.1º72.17%77.45%-
HSV(B)224.1º34.73%93.73%-
XYZ45.2145.1487.99-
YUV178.38162.21112.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.23%
GREEN value IS 178 (69.92% from 255) = 31.06%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=27.23%
G=31.06%
B=41.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1561782390.350.2600.06224.172.1777.45
Hex9CB2EF231A06e0484d
Octal234262357433206340110115
Binary1001110010110010111011111000111101001101110000010010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,178,239); }

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

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

 a { background-color: rgb(156,178,239); }

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

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

 span { border-color: rgb(156,178,239); }

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