Shades of Perano #9CAEFE
Tints of Perano #9CAEFE
RGB
CMYK
RGB Variations
Color information
#9CAEFE (or 0x9CAEFE) is known color: Perano. HEX triplet: 9C, AE and FE. RGB value is (156,174,254). Sum of RGB (Red+Green+Blue) = 156+174+254=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 174 (68.36% from 255 or 29.79% from 584); Blue value is 254 (99.61% from 255 or 43.49% from 584); Max value from RGB is 254 - color contains mainly: blue. Hex color #9CAEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAEFE is #635101. Grayscale: #B1B1B1. Windows color (decimal): -6508802 or 16690844. OLE color: 16690844.
HSL color Cylindrical-coordinate representation of color #9CAEFE: hue angle of 228.98º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9CAEFE is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 174 | 254 | - |
| CMYK | 0.39 | 0.31 | 0 | 0.00 |
| HSL | 228.98º | 0.98% | 0.8% | - |
| HSV(B) | 228.98º | 0.39% | 1% | - |
| XYZ | 46.74 | 44.5 | 99.89 | - |
| YUV | 177.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 254 | 0.39 | 0.31 | 0 | 0.00 | 228.98 | 0.98 | 0.8 |
| Hex | 9C | AE | FE | 27 | 1F | 0 | 0 | E5 | 62 | 50 |
| Octal | 234 | 256 | 376 | 47 | 37 | 0 | 0 | 345 | 142 | 120 |
| Binary | 10011100 | 10101110 | 11111110 | 100111 | 11111 | 0 | 0 | 11100101 | 1100010 | 1010000 |
Color Harmonies of #9CAEFE
Complementary color
Monochromatic Colors of #9CAEFE
Black with #9CAEFE
Text Example
Text Example
White with #9CAEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAEFE; }
p { color: rgb(156,174,254); }
H1.HeaderClassName
{
color: #9CAEFE;
}
.AnyTagClassName
{
color: #9CAEFE;
}
</style>
background-color css
<style>
a { background-color: #9CAEFE; }
a { background-color: rgb(156,174,254); }
div.DivClassName
{
background-color: #9CAEFE;
}
.BgClassName
{
background-color: #9CAEFE;
}
</style>
border-color css
<style>
span { border-color: #9CAEFE; }
span { border-color: rgb(156,174,254); }
td.TdClassName
{
border-color: #9CAEFE;
}
.TagClassName
{
border-color: #9CAEFE;
}
</style>