Shades of Deep Sky Blue #0DB1FB
Tints of Deep Sky Blue #0DB1FB
RGB
CMYK
RGB Variations
Color information
#0DB1FB (or 0x0DB1FB) is known color: Deep Sky Blue. HEX triplet: 0D, B1 and FB. RGB value is (13,177,251). Sum of RGB (Red+Green+Blue) = 13+177+251=441 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.95% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 251 (98.44% from 255 or 56.92% from 441); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DB1FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DB1FB is #F24E04. Grayscale: #878787. Windows color (decimal): -15879685 or 16494861. OLE color: 16494861.
HSL color Cylindrical-coordinate representation of color #0DB1FB: hue angle of 198.66º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DB1FB is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 177 | 251 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.02 |
| HSL | 198.66º | 0.97% | 0.52% | - |
| HSV(B) | 198.66º | 0.95% | 0.98% | - |
| XYZ | 33.3 | 38.49 | 96.94 | - |
| YUV | 136.4 | 192.67 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 177 | 251 | 0.95 | 0.29 | 0 | 0.02 | 198.66 | 0.97 | 0.52 |
| Hex | D | B1 | FB | 5F | 1D | 0 | 2 | C7 | 61 | 34 |
| Octal | 15 | 261 | 373 | 137 | 35 | 0 | 2 | 307 | 141 | 64 |
| Binary | 1101 | 10110001 | 11111011 | 1011111 | 11101 | 0 | 10 | 11000111 | 1100001 | 110100 |
Color Harmonies of #0DB1FB
Complementary color
Monochromatic Colors of #0DB1FB
Black with #0DB1FB
Text Example
Text Example
White with #0DB1FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB1FB; }
p { color: rgb(13,177,251); }
H1.HeaderClassName
{
color: #0DB1FB;
}
.AnyTagClassName
{
color: #0DB1FB;
}
</style>
background-color css
<style>
a { background-color: #0DB1FB; }
a { background-color: rgb(13,177,251); }
div.DivClassName
{
background-color: #0DB1FB;
}
.BgClassName
{
background-color: #0DB1FB;
}
</style>
border-color css
<style>
span { border-color: #0DB1FB; }
span { border-color: rgb(13,177,251); }
td.TdClassName
{
border-color: #0DB1FB;
}
.TagClassName
{
border-color: #0DB1FB;
}
</style>