Shades of Perano #9DBCF4
Tints of Perano #9DBCF4
RGB
CMYK
RGB Variations
Color information
#9DBCF4 (or 0x9DBCF4) is known color: Perano. HEX triplet: 9D, BC and F4. RGB value is (157,188,244). Sum of RGB (Red+Green+Blue) = 157+188+244=589 (78% of max value = 765). Red value is 157 (61.72% from 255 or 26.66% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 244 (95.70% from 255 or 41.43% from 589); Max value from RGB is 244 - color contains mainly: blue. Hex color #9DBCF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBCF4 is #62430B. Grayscale: #B8B8B8. Windows color (decimal): -6439692 or 16039069. OLE color: 16039069.
HSL color Cylindrical-coordinate representation of color #9DBCF4: hue angle of 218.62º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DBCF4 is Cyan = 0.36, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 157 | 188 | 244 | - |
| CMYK | 0.36 | 0.23 | 0 | 0.04 |
| HSL | 218.62º | 0.8% | 0.79% | - |
| HSV(B) | 218.62º | 0.36% | 0.96% | - |
| XYZ | 48.22 | 49.67 | 92.63 | - |
| YUV | 185.12 | 161.23 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 188 | 244 | 0.36 | 0.23 | 0 | 0.04 | 218.62 | 0.8 | 0.79 |
| Hex | 9D | BC | F4 | 24 | 17 | 0 | 4 | DB | 50 | 4F |
| Octal | 235 | 274 | 364 | 44 | 27 | 0 | 4 | 333 | 120 | 117 |
| Binary | 10011101 | 10111100 | 11110100 | 100100 | 10111 | 0 | 100 | 11011011 | 1010000 | 1001111 |
Color Harmonies of #9DBCF4
Complementary color
Monochromatic Colors of #9DBCF4
Black with #9DBCF4
Text Example
Text Example
White with #9DBCF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBCF4; }
p { color: rgb(157,188,244); }
H1.HeaderClassName
{
color: #9DBCF4;
}
.AnyTagClassName
{
color: #9DBCF4;
}
</style>
background-color css
<style>
a { background-color: #9DBCF4; }
a { background-color: rgb(157,188,244); }
div.DivClassName
{
background-color: #9DBCF4;
}
.BgClassName
{
background-color: #9DBCF4;
}
</style>
border-color css
<style>
span { border-color: #9DBCF4; }
span { border-color: rgb(157,188,244); }
td.TdClassName
{
border-color: #9DBCF4;
}
.TagClassName
{
border-color: #9DBCF4;
}
</style>