#9CACED

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

Shades of Perano #9CACED

Tints of Perano #9CACED

Color information

#9CACED (or 0x9CACED) is unknown color: approx Perano. HEX triplet: 9C, AC and ED. RGB value is (156,172,237). Sum of RGB (Red+Green+Blue) = 156+172+237=565 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.61% from 565); Green value is 172 (67.58% from 255 or 30.44% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CACED is #635312. Grayscale: #AEAEAE. Windows color (decimal): -6509331 or 15576220. OLE color: 15576220.

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

Color convert

RGB156172237-
CMYK0.340.2700.07
HSL228.15º69.23%77.06%-
HSV(B)228.15º34.18%92.94%-
XYZ43.7542.6986.05-
YUV174.63163.2114.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 27.61%
GREEN value IS 172 (67.58% from 255) = 30.44%
BLUE value IS 237 (92.97% from 255) = 41.95%
R=27.61%
G=30.44%
B=41.95%

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
Decimal1561722370.340.2700.07228.1569.2377.06
Hex9CACED221B07e4454d
Octal234254355423307344105115
Binary1001110010101100111011011000101101101111110010010001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CACED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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