Shades of Deep Sky Blue #0DBFFA
Tints of Deep Sky Blue #0DBFFA
RGB
CMYK
RGB Variations
Color information
#0DBFFA (or 0x0DBFFA) is known color: Deep Sky Blue. HEX triplet: 0D, BF and FA. RGB value is (13,191,250). Sum of RGB (Red+Green+Blue) = 13+191+250=454 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.86% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DBFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBFFA is #F24005. Grayscale: #909090. Windows color (decimal): -15876102 or 16432909. OLE color: 16432909.
HSL color Cylindrical-coordinate representation of color #0DBFFA: hue angle of 194.94º degrees, saturation: 0.96, 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 #0DBFFA is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 191 | 250 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.02 |
| HSL | 194.94º | 0.96% | 0.52% | - |
| HSV(B) | 194.94º | 0.95% | 0.98% | - |
| XYZ | 36.05 | 44.25 | 97.08 | - |
| YUV | 144.5 | 187.53 | 34.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 250 | 0.95 | 0.24 | 0 | 0.02 | 194.94 | 0.96 | 0.52 |
| Hex | D | BF | FA | 5F | 18 | 0 | 2 | C3 | 60 | 34 |
| Octal | 15 | 277 | 372 | 137 | 30 | 0 | 2 | 303 | 140 | 64 |
| Binary | 1101 | 10111111 | 11111010 | 1011111 | 11000 | 0 | 10 | 11000011 | 1100000 | 110100 |
Color Harmonies of #0DBFFA
Complementary color
Monochromatic Colors of #0DBFFA
Black with #0DBFFA
Text Example
Text Example
White with #0DBFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFFA; }
p { color: rgb(13,191,250); }
H1.HeaderClassName
{
color: #0DBFFA;
}
.AnyTagClassName
{
color: #0DBFFA;
}
</style>
background-color css
<style>
a { background-color: #0DBFFA; }
a { background-color: rgb(13,191,250); }
div.DivClassName
{
background-color: #0DBFFA;
}
.BgClassName
{
background-color: #0DBFFA;
}
</style>
border-color css
<style>
span { border-color: #0DBFFA; }
span { border-color: rgb(13,191,250); }
td.TdClassName
{
border-color: #0DBFFA;
}
.TagClassName
{
border-color: #0DBFFA;
}
</style>