Shades of Perano #9CAFEF
Tints of Perano #9CAFEF
RGB
CMYK
RGB Variations
Color information
#9CAFEF (or 0x9CAFEF) is known color: Perano. HEX triplet: 9C, AF and EF. RGB value is (156,175,239). Sum of RGB (Red+Green+Blue) = 156+175+239=570 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.37% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 239 (93.75% from 255 or 41.93% from 570); Max value from RGB is 239 - color contains mainly: blue. Hex color #9CAFEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAFEF is #635010. Grayscale: #B0B0B0. Windows color (decimal): -6508561 or 15708060. OLE color: 15708060.
HSL color Cylindrical-coordinate representation of color #9CAFEF: hue angle of 226.27º 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 #9CAFEF is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 175 | 239 | - |
| CMYK | 0.35 | 0.27 | 0 | 0.06 |
| HSL | 226.27º | 0.72% | 0.77% | - |
| HSV(B) | 226.27º | 0.35% | 0.94% | - |
| XYZ | 44.62 | 43.96 | 87.79 | - |
| YUV | 176.62 | 163.21 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 239 | 0.35 | 0.27 | 0 | 0.06 | 226.27 | 0.72 | 0.77 |
| Hex | 9C | AF | EF | 23 | 1B | 0 | 6 | E2 | 48 | 4D |
| Octal | 234 | 257 | 357 | 43 | 33 | 0 | 6 | 342 | 110 | 115 |
| Binary | 10011100 | 10101111 | 11101111 | 100011 | 11011 | 0 | 110 | 11100010 | 1001000 | 1001101 |
Color Harmonies of #9CAFEF
Complementary color
Monochromatic Colors of #9CAFEF
Black with #9CAFEF
Text Example
Text Example
White with #9CAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAFEF; }
p { color: rgb(156,175,239); }
H1.HeaderClassName
{
color: #9CAFEF;
}
.AnyTagClassName
{
color: #9CAFEF;
}
</style>
background-color css
<style>
a { background-color: #9CAFEF; }
a { background-color: rgb(156,175,239); }
div.DivClassName
{
background-color: #9CAFEF;
}
.BgClassName
{
background-color: #9CAFEF;
}
</style>
border-color css
<style>
span { border-color: #9CAFEF; }
span { border-color: rgb(156,175,239); }
td.TdClassName
{
border-color: #9CAFEF;
}
.TagClassName
{
border-color: #9CAFEF;
}
</style>