#9CACEC

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

Shades of Perano #9CACEC

Tints of Perano #9CACEC

Color information

#9CACEC (or 0x9CACEC) is unknown color: approx Perano. HEX triplet: 9C, AC and EC. RGB value is (156,172,236). Sum of RGB (Red+Green+Blue) = 156+172+236=564 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.66% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CACEC is #635313. Grayscale: #AEAEAE. Windows color (decimal): -6509332 or 15510684. OLE color: 15510684.

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

Color convert

RGB156172236-
CMYK0.340.2700.07
HSL228º67.8%76.86%-
HSV(B)228º33.9%92.55%-
XYZ43.642.6385.29-
YUV174.51162.7114.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.66%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 236 (92.58% from 255) = 41.84%
R=27.66%
G=30.50%
B=41.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1561722360.340.2700.0722867.876.86
Hex9CACEC221B07e4444d
Octal234254354423307344104115
Binary1001110010101100111011001000101101101111110010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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