Shades of Deep Sky Blue #0DBFFF
Tints of Deep Sky Blue #0DBFFF
RGB
CMYK
RGB Variations
Color information
#0DBFFF (or 0x0DBFFF) is known color: Deep Sky Blue. HEX triplet: 0D, BF and FF. RGB value is (13,191,255). Sum of RGB (Red+Green+Blue) = 13+191+255=459 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.83% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #0DBFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBFFF is #F24000. Grayscale: #909090. Windows color (decimal): -15876097 or 16760589. OLE color: 16760589.
HSL color Cylindrical-coordinate representation of color #0DBFFF: hue angle of 195.87º 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 #0DBFFF is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 191 | 255 | - |
| CMYK | 0.95 | 0.25 | 0 | 0 |
| HSL | 195.87º | 1% | 0.53% | - |
| HSV(B) | 195.87º | 0.95% | 1% | - |
| XYZ | 36.85 | 44.57 | 101.27 | - |
| YUV | 145.07 | 190.03 | 33.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 255 | 0.95 | 0.25 | 0 | 0 | 195.87 | 1 | 0.53 |
| Hex | D | BF | FF | 5F | 19 | 0 | 0 | C4 | 64 | 35 |
| Octal | 15 | 277 | 377 | 137 | 31 | 0 | 0 | 304 | 144 | 65 |
| Binary | 1101 | 10111111 | 11111111 | 1011111 | 11001 | 0 | 0 | 11000100 | 1100100 | 110101 |
Color Harmonies of #0DBFFF
Complementary color
Monochromatic Colors of #0DBFFF
Black with #0DBFFF
Text Example
Text Example
White with #0DBFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFFF; }
p { color: rgb(13,191,255); }
H1.HeaderClassName
{
color: #0DBFFF;
}
.AnyTagClassName
{
color: #0DBFFF;
}
</style>
background-color css
<style>
a { background-color: #0DBFFF; }
a { background-color: rgb(13,191,255); }
div.DivClassName
{
background-color: #0DBFFF;
}
.BgClassName
{
background-color: #0DBFFF;
}
</style>
border-color css
<style>
span { border-color: #0DBFFF; }
span { border-color: rgb(13,191,255); }
td.TdClassName
{
border-color: #0DBFFF;
}
.TagClassName
{
border-color: #0DBFFF;
}
</style>