Shades of Deep Sky Blue #0DBBFF
Tints of Deep Sky Blue #0DBBFF
RGB
CMYK
RGB Variations
Color information
#0DBBFF (or 0x0DBBFF) is known color: Deep Sky Blue. HEX triplet: 0D, BB and FF. RGB value is (13,187,255). Sum of RGB (Red+Green+Blue) = 13+187+255=455 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 455); Green value is 187 (73.44% from 255 or 41.10% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DBBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBBFF is #F24400. Grayscale: #8E8E8E. Windows color (decimal): -15877121 or 16759565. OLE color: 16759565.
HSL color Cylindrical-coordinate representation of color #0DBBFF: hue angle of 196.86º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBBFF is Cyan = 0.95, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 187 | 255 | - |
| CMYK | 0.95 | 0.27 | 0 | 0 |
| HSL | 196.86º | 1% | 0.53% | - |
| HSV(B) | 196.86º | 0.95% | 1% | - |
| XYZ | 35.99 | 42.85 | 100.98 | - |
| YUV | 142.73 | 191.35 | 35.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 187 | 255 | 0.95 | 0.27 | 0 | 0 | 196.86 | 1 | 0.53 |
| Hex | D | BB | FF | 5F | 1B | 0 | 0 | C5 | 64 | 35 |
| Octal | 15 | 273 | 377 | 137 | 33 | 0 | 0 | 305 | 144 | 65 |
| Binary | 1101 | 10111011 | 11111111 | 1011111 | 11011 | 0 | 0 | 11000101 | 1100100 | 110101 |
Color Harmonies of #0DBBFF
Complementary color
Monochromatic Colors of #0DBBFF
Black with #0DBBFF
Text Example
Text Example
White with #0DBBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBBFF; }
p { color: rgb(13,187,255); }
H1.HeaderClassName
{
color: #0DBBFF;
}
.AnyTagClassName
{
color: #0DBBFF;
}
</style>
background-color css
<style>
a { background-color: #0DBBFF; }
a { background-color: rgb(13,187,255); }
div.DivClassName
{
background-color: #0DBBFF;
}
.BgClassName
{
background-color: #0DBBFF;
}
</style>
border-color css
<style>
span { border-color: #0DBBFF; }
span { border-color: rgb(13,187,255); }
td.TdClassName
{
border-color: #0DBBFF;
}
.TagClassName
{
border-color: #0DBBFF;
}
</style>