Shades of Perano #9CAFEC
Tints of Perano #9CAFEC
RGB
CMYK
RGB Variations
Color information
#9CAFEC (or 0x9CAFEC) is known color: Perano. HEX triplet: 9C, AF and EC. RGB value is (156,175,236). Sum of RGB (Red+Green+Blue) = 156+175+236=567 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.51% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #9CAFEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAFEC is #635013. Grayscale: #B0B0B0. Windows color (decimal): -6508564 or 15511452. OLE color: 15511452.
HSL color Cylindrical-coordinate representation of color #9CAFEC: hue angle of 225.75º 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 #9CAFEC is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 175 | 236 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.07 |
| HSL | 225.75º | 0.68% | 0.77% | - |
| HSV(B) | 225.75º | 0.34% | 0.93% | - |
| XYZ | 44.18 | 43.78 | 85.48 | - |
| YUV | 176.27 | 161.71 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 236 | 0.34 | 0.26 | 0 | 0.07 | 225.75 | 0.68 | 0.77 |
| Hex | 9C | AF | EC | 22 | 1A | 0 | 7 | E2 | 44 | 4D |
| Octal | 234 | 257 | 354 | 42 | 32 | 0 | 7 | 342 | 104 | 115 |
| Binary | 10011100 | 10101111 | 11101100 | 100010 | 11010 | 0 | 111 | 11100010 | 1000100 | 1001101 |
Color Harmonies of #9CAFEC
Complementary color
Monochromatic Colors of #9CAFEC
Black with #9CAFEC
Text Example
Text Example
White with #9CAFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAFEC; }
p { color: rgb(156,175,236); }
H1.HeaderClassName
{
color: #9CAFEC;
}
.AnyTagClassName
{
color: #9CAFEC;
}
</style>
background-color css
<style>
a { background-color: #9CAFEC; }
a { background-color: rgb(156,175,236); }
div.DivClassName
{
background-color: #9CAFEC;
}
.BgClassName
{
background-color: #9CAFEC;
}
</style>
border-color css
<style>
span { border-color: #9CAFEC; }
span { border-color: rgb(156,175,236); }
td.TdClassName
{
border-color: #9CAFEC;
}
.TagClassName
{
border-color: #9CAFEC;
}
</style>