Shades of Perano #9CAFED
Tints of Perano #9CAFED
RGB
CMYK
RGB Variations
Color information
#9CAFED (or 0x9CAFED) is known color: Perano. HEX triplet: 9C, AF and ED. RGB value is (156,175,237). Sum of RGB (Red+Green+Blue) = 156+175+237=568 (75% of max value = 765). Red value is 156 (61.33% from 255 or 27.46% from 568); Green value is 175 (68.75% from 255 or 30.81% from 568); Blue value is 237 (92.97% from 255 or 41.73% from 568); Max value from RGB is 237 - color contains mainly: blue. Hex color #9CAFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAFED is #635012. Grayscale: #B0B0B0. Windows color (decimal): -6508563 or 15576988. OLE color: 15576988.
HSL color Cylindrical-coordinate representation of color #9CAFED: hue angle of 225.93º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9CAFED is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 175 | 237 | - |
| CMYK | 0.34 | 0.26 | 0 | 0.07 |
| HSL | 225.93º | 0.69% | 0.77% | - |
| HSV(B) | 225.93º | 0.34% | 0.93% | - |
| XYZ | 44.33 | 43.84 | 86.25 | - |
| YUV | 176.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 237 | 0.34 | 0.26 | 0 | 0.07 | 225.93 | 0.69 | 0.77 |
| Hex | 9C | AF | ED | 22 | 1A | 0 | 7 | E2 | 45 | 4D |
| Octal | 234 | 257 | 355 | 42 | 32 | 0 | 7 | 342 | 105 | 115 |
| Binary | 10011100 | 10101111 | 11101101 | 100010 | 11010 | 0 | 111 | 11100010 | 1000101 | 1001101 |
Color Harmonies of #9CAFED
Complementary color
Monochromatic Colors of #9CAFED
Black with #9CAFED
Text Example
Text Example
White with #9CAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAFED; }
p { color: rgb(156,175,237); }
H1.HeaderClassName
{
color: #9CAFED;
}
.AnyTagClassName
{
color: #9CAFED;
}
</style>
background-color css
<style>
a { background-color: #9CAFED; }
a { background-color: rgb(156,175,237); }
div.DivClassName
{
background-color: #9CAFED;
}
.BgClassName
{
background-color: #9CAFED;
}
</style>
border-color css
<style>
span { border-color: #9CAFED; }
span { border-color: rgb(156,175,237); }
td.TdClassName
{
border-color: #9CAFED;
}
.TagClassName
{
border-color: #9CAFED;
}
</style>