Shades of Perano #9DBAF2
Tints of Perano #9DBAF2
RGB
CMYK
RGB Variations
Color information
#9DBAF2 (or 0x9DBAF2) is known color: Perano. HEX triplet: 9D, BA and F2. RGB value is (157,186,242). Sum of RGB (Red+Green+Blue) = 157+186+242=585 (77% of max value = 765). Red value is 157 (61.72% from 255 or 26.84% from 585); Green value is 186 (73.05% from 255 or 31.79% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #9DBAF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9DBAF2 is #62450D. Grayscale: #B7B7B7. Windows color (decimal): -6440206 or 15907485. OLE color: 15907485.
HSL color Cylindrical-coordinate representation of color #9DBAF2: hue angle of 219.53º degrees, saturation: 0.77, 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 #9DBAF2 is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 186 | 242 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.05 |
| HSL | 219.53º | 0.77% | 0.78% | - |
| HSV(B) | 219.53º | 0.35% | 0.95% | - |
| XYZ | 47.49 | 48.7 | 90.9 | - |
| YUV | 183.71 | 160.89 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 186 | 242 | 0.35 | 0.23 | 0 | 0.05 | 219.53 | 0.77 | 0.78 |
| Hex | 9D | BA | F2 | 23 | 17 | 0 | 5 | DC | 4D | 4E |
| Octal | 235 | 272 | 362 | 43 | 27 | 0 | 5 | 334 | 115 | 116 |
| Binary | 10011101 | 10111010 | 11110010 | 100011 | 10111 | 0 | 101 | 11011100 | 1001101 | 1001110 |
Color Harmonies of #9DBAF2
Complementary color
Monochromatic Colors of #9DBAF2
Black with #9DBAF2
Text Example
Text Example
White with #9DBAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DBAF2; }
p { color: rgb(157,186,242); }
H1.HeaderClassName
{
color: #9DBAF2;
}
.AnyTagClassName
{
color: #9DBAF2;
}
</style>
background-color css
<style>
a { background-color: #9DBAF2; }
a { background-color: rgb(157,186,242); }
div.DivClassName
{
background-color: #9DBAF2;
}
.BgClassName
{
background-color: #9DBAF2;
}
</style>
border-color css
<style>
span { border-color: #9DBAF2; }
span { border-color: rgb(157,186,242); }
td.TdClassName
{
border-color: #9DBAF2;
}
.TagClassName
{
border-color: #9DBAF2;
}
</style>