Shades of Perano #9DBAF1
Tints of Perano #9DBAF1
RGB
CMYK
RGB Variations
Color information
#9DBAF1 (or 0x9DBAF1) is known color: Perano. HEX triplet: 9D, BA and F1. RGB value is (157,186,241). Sum of RGB (Red+Green+Blue) = 157+186+241=584 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.88% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 241 (94.53% from 255 or 41.27% from 584); Max value from RGB is 241 - color contains mainly: blue. Hex color #9DBAF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBAF1 is #62450E. Grayscale: #B7B7B7. Windows color (decimal): -6440207 or 15841949. OLE color: 15841949.
HSL color Cylindrical-coordinate representation of color #9DBAF1: hue angle of 219.29º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DBAF1 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 186 | 241 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.05 |
| HSL | 219.29º | 0.75% | 0.78% | - |
| HSV(B) | 219.29º | 0.35% | 0.95% | - |
| XYZ | 47.34 | 48.64 | 90.11 | - |
| YUV | 183.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 241 | 0.35 | 0.23 | 0 | 0.05 | 219.29 | 0.75 | 0.78 |
| Hex | 9D | BA | F1 | 23 | 17 | 0 | 5 | DB | 4B | 4E |
| Octal | 235 | 272 | 361 | 43 | 27 | 0 | 5 | 333 | 113 | 116 |
| Binary | 10011101 | 10111010 | 11110001 | 100011 | 10111 | 0 | 101 | 11011011 | 1001011 | 1001110 |
Color Harmonies of #9DBAF1
Complementary color
Monochromatic Colors of #9DBAF1
Black with #9DBAF1
Text Example
Text Example
White with #9DBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAF1; }
p { color: rgb(157,186,241); }
H1.HeaderClassName
{
color: #9DBAF1;
}
.AnyTagClassName
{
color: #9DBAF1;
}
</style>
background-color css
<style>
a { background-color: #9DBAF1; }
a { background-color: rgb(157,186,241); }
div.DivClassName
{
background-color: #9DBAF1;
}
.BgClassName
{
background-color: #9DBAF1;
}
</style>
border-color css
<style>
span { border-color: #9DBAF1; }
span { border-color: rgb(157,186,241); }
td.TdClassName
{
border-color: #9DBAF1;
}
.TagClassName
{
border-color: #9DBAF1;
}
</style>