Shades of Perano #9CAEEF
Tints of Perano #9CAEEF
RGB
CMYK
RGB Variations
Color information
#9CAEEF (or 0x9CAEEF) is known color: Perano. HEX triplet: 9C, AE and EF. RGB value is (156,174,239). Sum of RGB (Red+Green+Blue) = 156+174+239=569 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.42% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CAEEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAEEF is #635110. Grayscale: #AFAFAF. Windows color (decimal): -6508817 or 15707804. OLE color: 15707804.
HSL color Cylindrical-coordinate representation of color #9CAEEF: hue angle of 226.99º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9CAEEF is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 174 | 239 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.06 |
| HSL | 226.99º | 0.72% | 0.77% | - |
| HSV(B) | 226.99º | 0.35% | 0.94% | - |
| XYZ | 44.43 | 43.57 | 87.73 | - |
| YUV | 176.03 | 163.54 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 239 | 0.35 | 0.27 | 0 | 0.06 | 226.99 | 0.72 | 0.77 |
| Hex | 9C | AE | EF | 23 | 1B | 0 | 6 | E3 | 48 | 4D |
| Octal | 234 | 256 | 357 | 43 | 33 | 0 | 6 | 343 | 110 | 115 |
| Binary | 10011100 | 10101110 | 11101111 | 100011 | 11011 | 0 | 110 | 11100011 | 1001000 | 1001101 |
Color Harmonies of #9CAEEF
Complementary color
Monochromatic Colors of #9CAEEF
Black with #9CAEEF
Text Example
Text Example
White with #9CAEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAEEF; }
p { color: rgb(156,174,239); }
H1.HeaderClassName
{
color: #9CAEEF;
}
.AnyTagClassName
{
color: #9CAEEF;
}
</style>
background-color css
<style>
a { background-color: #9CAEEF; }
a { background-color: rgb(156,174,239); }
div.DivClassName
{
background-color: #9CAEEF;
}
.BgClassName
{
background-color: #9CAEEF;
}
</style>
border-color css
<style>
span { border-color: #9CAEEF; }
span { border-color: rgb(156,174,239); }
td.TdClassName
{
border-color: #9CAEEF;
}
.TagClassName
{
border-color: #9CAEEF;
}
</style>