Shades of Perano #9DAEFD
Tints of Perano #9DAEFD
RGB
CMYK
RGB Variations
Color information
#9DAEFD (or 0x9DAEFD) is known color: Perano. HEX triplet: 9D, AE and FD. RGB value is (157,174,253). Sum of RGB (Red+Green+Blue) = 157+174+253=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 174 (68.36% from 255 or 29.79% 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 #9DAEFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9DAEFD is #625102. Grayscale: #B1B1B1. Windows color (decimal): -6443267 or 16625309. OLE color: 16625309.
HSL color Cylindrical-coordinate representation of color #9DAEFD: hue angle of 229.38º 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 #9DAEFD is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 157 | 174 | 253 | - |
| CMYK | 0.38 | 0.31 | 0 | 0.01 |
| HSL | 229.38º | 0.96% | 0.8% | - |
| HSV(B) | 229.38º | 0.38% | 0.99% | - |
| XYZ | 46.77 | 44.53 | 99.06 | - |
| YUV | 177.92 | 170.37 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 253 | 0.38 | 0.31 | 0 | 0.01 | 229.38 | 0.96 | 0.8 |
| Hex | 9D | AE | FD | 26 | 1F | 0 | 1 | E5 | 60 | 50 |
| Octal | 235 | 256 | 375 | 46 | 37 | 0 | 1 | 345 | 140 | 120 |
| Binary | 10011101 | 10101110 | 11111101 | 100110 | 11111 | 0 | 1 | 11100101 | 1100000 | 1010000 |
Color Harmonies of #9DAEFD
Complementary color
Monochromatic Colors of #9DAEFD
Black with #9DAEFD
Text Example
Text Example
White with #9DAEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAEFD; }
p { color: rgb(157,174,253); }
H1.HeaderClassName
{
color: #9DAEFD;
}
.AnyTagClassName
{
color: #9DAEFD;
}
</style>
background-color css
<style>
a { background-color: #9DAEFD; }
a { background-color: rgb(157,174,253); }
div.DivClassName
{
background-color: #9DAEFD;
}
.BgClassName
{
background-color: #9DAEFD;
}
</style>
border-color css
<style>
span { border-color: #9DAEFD; }
span { border-color: rgb(157,174,253); }
td.TdClassName
{
border-color: #9DAEFD;
}
.TagClassName
{
border-color: #9DAEFD;
}
</style>