Shades of Perano #9CAEFD
Tints of Perano #9CAEFD
RGB
CMYK
RGB Variations
Color information
#9CAEFD (or 0x9CAEFD) is known color: Perano. HEX triplet: 9C, AE and FD. RGB value is (156,174,253). Sum of RGB (Red+Green+Blue) = 156+174+253=583 (77% of max value = 765). Red value is 156 (61.33% from 255 or 26.76% from 583); Green value is 174 (68.36% from 255 or 29.85% from 583); Blue value is 253 (99.22% from 255 or 43.40% from 583); Max value from RGB is 253 - color contains mainly: blue. Hex color #9CAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9CAEFD is #635102. Grayscale: #B1B1B1. Windows color (decimal): -6508803 or 16625308. OLE color: 16625308.
HSL color Cylindrical-coordinate representation of color #9CAEFD: hue angle of 228.87º 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 #9CAEFD is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 174 | 253 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.01 |
| HSL | 228.87º | 0.96% | 0.8% | - |
| HSV(B) | 228.87º | 0.38% | 0.99% | - |
| XYZ | 46.58 | 44.43 | 99.05 | - |
| YUV | 177.62 | 170.54 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 174 | 253 | 0.38 | 0.31 | 0 | 0.01 | 228.87 | 0.96 | 0.8 |
| Hex | 9C | AE | FD | 26 | 1F | 0 | 1 | E5 | 60 | 50 |
| Octal | 234 | 256 | 375 | 46 | 37 | 0 | 1 | 345 | 140 | 120 |
| Binary | 10011100 | 10101110 | 11111101 | 100110 | 11111 | 0 | 1 | 11100101 | 1100000 | 1010000 |
Color Harmonies of #9CAEFD
Complementary color
Monochromatic Colors of #9CAEFD
Black with #9CAEFD
Text Example
Text Example
White with #9CAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CAEFD; }
p { color: rgb(156,174,253); }
H1.HeaderClassName
{
color: #9CAEFD;
}
.AnyTagClassName
{
color: #9CAEFD;
}
</style>
background-color css
<style>
a { background-color: #9CAEFD; }
a { background-color: rgb(156,174,253); }
div.DivClassName
{
background-color: #9CAEFD;
}
.BgClassName
{
background-color: #9CAEFD;
}
</style>
border-color css
<style>
span { border-color: #9CAEFD; }
span { border-color: rgb(156,174,253); }
td.TdClassName
{
border-color: #9CAEFD;
}
.TagClassName
{
border-color: #9CAEFD;
}
</style>