Shades of Perano #9CAFEB
Tints of Perano #9CAFEB
RGB
CMYK
RGB Variations
Color information
#9CAFEB (or 0x9CAFEB) is known color: Perano. HEX triplet: 9C, AF and EB. RGB value is (156,175,235). Sum of RGB (Red+Green+Blue) = 156+175+235=566 (74% of max value = 765). Red value is 156 (61.33% from 255 or 27.56% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #9CAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAFEB is #635014. Grayscale: #AFAFAF. Windows color (decimal): -6508565 or 15445916. OLE color: 15445916.
HSL color Cylindrical-coordinate representation of color #9CAFEB: hue angle of 225.57º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CAFEB is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 175 | 235 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.08 |
| HSL | 225.57º | 0.66% | 0.77% | - |
| HSV(B) | 225.57º | 0.34% | 0.92% | - |
| XYZ | 44.04 | 43.73 | 84.72 | - |
| YUV | 176.16 | 161.21 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 235 | 0.34 | 0.26 | 0 | 0.08 | 225.57 | 0.66 | 0.77 |
| Hex | 9C | AF | EB | 22 | 1A | 0 | 8 | E2 | 42 | 4D |
| Octal | 234 | 257 | 353 | 42 | 32 | 0 | 10 | 342 | 102 | 115 |
| Binary | 10011100 | 10101111 | 11101011 | 100010 | 11010 | 0 | 1000 | 11100010 | 1000010 | 1001101 |
Color Harmonies of #9CAFEB
Complementary color
Monochromatic Colors of #9CAFEB
Black with #9CAFEB
Text Example
Text Example
White with #9CAFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAFEB; }
p { color: rgb(156,175,235); }
H1.HeaderClassName
{
color: #9CAFEB;
}
.AnyTagClassName
{
color: #9CAFEB;
}
</style>
background-color css
<style>
a { background-color: #9CAFEB; }
a { background-color: rgb(156,175,235); }
div.DivClassName
{
background-color: #9CAFEB;
}
.BgClassName
{
background-color: #9CAFEB;
}
</style>
border-color css
<style>
span { border-color: #9CAFEB; }
span { border-color: rgb(156,175,235); }
td.TdClassName
{
border-color: #9CAFEB;
}
.TagClassName
{
border-color: #9CAFEB;
}
</style>