Shades of Perano #9CAFFD
Tints of Perano #9CAFFD
RGB
CMYK
RGB Variations
Color information
#9CAFFD (or 0x9CAFFD) is known color: Perano. HEX triplet: 9C, AF and FD. RGB value is (156,175,253). Sum of RGB (Red+Green+Blue) = 156+175+253=584 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.71% from 584); Green value is 175 (68.75% from 255 or 29.97% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CAFFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAFFD is #635002. Grayscale: #B1B1B1. Windows color (decimal): -6508547 or 16625564. OLE color: 16625564.
HSL color Cylindrical-coordinate representation of color #9CAFFD: hue angle of 228.25º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9CAFFD is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 175 | 253 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.01 |
| HSL | 228.25º | 0.96% | 0.8% | - |
| HSV(B) | 228.25º | 0.38% | 0.99% | - |
| XYZ | 46.77 | 44.82 | 99.11 | - |
| YUV | 178.21 | 170.21 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 175 | 253 | 0.38 | 0.31 | 0 | 0.01 | 228.25 | 0.96 | 0.8 |
| Hex | 9C | AF | FD | 26 | 1F | 0 | 1 | E4 | 60 | 50 |
| Octal | 234 | 257 | 375 | 46 | 37 | 0 | 1 | 344 | 140 | 120 |
| Binary | 10011100 | 10101111 | 11111101 | 100110 | 11111 | 0 | 1 | 11100100 | 1100000 | 1010000 |
Color Harmonies of #9CAFFD
Complementary color
Monochromatic Colors of #9CAFFD
Black with #9CAFFD
Text Example
Text Example
White with #9CAFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAFFD; }
p { color: rgb(156,175,253); }
H1.HeaderClassName
{
color: #9CAFFD;
}
.AnyTagClassName
{
color: #9CAFFD;
}
</style>
background-color css
<style>
a { background-color: #9CAFFD; }
a { background-color: rgb(156,175,253); }
div.DivClassName
{
background-color: #9CAFFD;
}
.BgClassName
{
background-color: #9CAFFD;
}
</style>
border-color css
<style>
span { border-color: #9CAFFD; }
span { border-color: rgb(156,175,253); }
td.TdClassName
{
border-color: #9CAFFD;
}
.TagClassName
{
border-color: #9CAFFD;
}
</style>