Shades of Deep Sky Blue #0DB5FC
Tints of Deep Sky Blue #0DB5FC
RGB
CMYK
RGB Variations
Color information
#0DB5FC (or 0x0DB5FC) is known color: Deep Sky Blue. HEX triplet: 0D, B5 and FC. RGB value is (13,181,252). Sum of RGB (Red+Green+Blue) = 13+181+252=446 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.91% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DB5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DB5FC is #F24A03. Grayscale: #8A8A8A. Windows color (decimal): -15878660 or 16561421. OLE color: 16561421.
HSL color Cylindrical-coordinate representation of color #0DB5FC: hue angle of 197.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DB5FC is Cyan = 0.95, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 181 | 252 | - |
| CMYK | 0.95 | 0.28 | 0 | 0.01 |
| HSL | 197.82º | 0.98% | 0.52% | - |
| HSV(B) | 197.82º | 0.95% | 0.99% | - |
| XYZ | 34.26 | 40.16 | 98.04 | - |
| YUV | 138.86 | 191.84 | 38.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 181 | 252 | 0.95 | 0.28 | 0 | 0.01 | 197.82 | 0.98 | 0.52 |
| Hex | D | B5 | FC | 5F | 1C | 0 | 1 | C6 | 62 | 34 |
| Octal | 15 | 265 | 374 | 137 | 34 | 0 | 1 | 306 | 142 | 64 |
| Binary | 1101 | 10110101 | 11111100 | 1011111 | 11100 | 0 | 1 | 11000110 | 1100010 | 110100 |
Color Harmonies of #0DB5FC
Complementary color
Monochromatic Colors of #0DB5FC
Black with #0DB5FC
Text Example
Text Example
White with #0DB5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB5FC; }
p { color: rgb(13,181,252); }
H1.HeaderClassName
{
color: #0DB5FC;
}
.AnyTagClassName
{
color: #0DB5FC;
}
</style>
background-color css
<style>
a { background-color: #0DB5FC; }
a { background-color: rgb(13,181,252); }
div.DivClassName
{
background-color: #0DB5FC;
}
.BgClassName
{
background-color: #0DB5FC;
}
</style>
border-color css
<style>
span { border-color: #0DB5FC; }
span { border-color: rgb(13,181,252); }
td.TdClassName
{
border-color: #0DB5FC;
}
.TagClassName
{
border-color: #0DB5FC;
}
</style>