Shades of Perano #9CAAFC
Tints of Perano #9CAAFC
RGB
CMYK
RGB Variations
Color information
#9CAAFC (or 0x9CAAFC) is known color: Perano. HEX triplet: 9C, AA and FC. RGB value is (156,170,252). Sum of RGB (Red+Green+Blue) = 156+170+252=578 (76% of max value = 765). Red value is 156 (61.33% from 255 or 26.99% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 252 (98.83% from 255 or 43.60% from 578); Max value from RGB is 252 - color contains mainly: blue. Hex color #9CAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAAFC is #635503. Grayscale: #AEAEAE. Windows color (decimal): -6509828 or 16558748. OLE color: 16558748.
HSL color Cylindrical-coordinate representation of color #9CAAFC: hue angle of 231.25º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CAAFC is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 170 | 252 | - |
| CMYK | 0.38 | 0.33 | 0 | 0.01 |
| HSL | 231.25º | 0.94% | 0.8% | - |
| HSV(B) | 231.25º | 0.38% | 0.99% | - |
| XYZ | 45.66 | 42.85 | 97.96 | - |
| YUV | 175.16 | 171.36 | 114.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 170 | 252 | 0.38 | 0.33 | 0 | 0.01 | 231.25 | 0.94 | 0.8 |
| Hex | 9C | AA | FC | 26 | 21 | 0 | 1 | E7 | 5E | 50 |
| Octal | 234 | 252 | 374 | 46 | 41 | 0 | 1 | 347 | 136 | 120 |
| Binary | 10011100 | 10101010 | 11111100 | 100110 | 100001 | 0 | 1 | 11100111 | 1011110 | 1010000 |
Color Harmonies of #9CAAFC
Complementary color
Monochromatic Colors of #9CAAFC
Black with #9CAAFC
Text Example
Text Example
White with #9CAAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAAFC; }
p { color: rgb(156,170,252); }
H1.HeaderClassName
{
color: #9CAAFC;
}
.AnyTagClassName
{
color: #9CAAFC;
}
</style>
background-color css
<style>
a { background-color: #9CAAFC; }
a { background-color: rgb(156,170,252); }
div.DivClassName
{
background-color: #9CAAFC;
}
.BgClassName
{
background-color: #9CAAFC;
}
</style>
border-color css
<style>
span { border-color: #9CAAFC; }
span { border-color: rgb(156,170,252); }
td.TdClassName
{
border-color: #9CAAFC;
}
.TagClassName
{
border-color: #9CAAFC;
}
</style>