Shades of Deep Sky Blue #0DBAFA
Tints of Deep Sky Blue #0DBAFA
RGB
CMYK
RGB Variations
Color information
#0DBAFA (or 0x0DBAFA) is known color: Deep Sky Blue. HEX triplet: 0D, BA and FA. RGB value is (13,186,250). Sum of RGB (Red+Green+Blue) = 13+186+250=449 (59% of max value = 765). Red value is 13 (5.47% from 255 or 2.90% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #0DBAFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBAFA is #F24505. Grayscale: #8D8D8D. Windows color (decimal): -15877382 or 16431629. OLE color: 16431629.
HSL color Cylindrical-coordinate representation of color #0DBAFA: hue angle of 196.2º 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 #0DBAFA is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 186 | 250 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.02 |
| HSL | 196.2º | 0.96% | 0.52% | - |
| HSV(B) | 196.2º | 0.95% | 0.98% | - |
| XYZ | 34.98 | 42.11 | 96.73 | - |
| YUV | 141.57 | 189.19 | 36.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 250 | 0.95 | 0.26 | 0 | 0.02 | 196.2 | 0.96 | 0.52 |
| Hex | D | BA | FA | 5F | 1A | 0 | 2 | C4 | 60 | 34 |
| Octal | 15 | 272 | 372 | 137 | 32 | 0 | 2 | 304 | 140 | 64 |
| Binary | 1101 | 10111010 | 11111010 | 1011111 | 11010 | 0 | 10 | 11000100 | 1100000 | 110100 |
Color Harmonies of #0DBAFA
Complementary color
Monochromatic Colors of #0DBAFA
Black with #0DBAFA
Text Example
Text Example
White with #0DBAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAFA; }
p { color: rgb(13,186,250); }
H1.HeaderClassName
{
color: #0DBAFA;
}
.AnyTagClassName
{
color: #0DBAFA;
}
</style>
background-color css
<style>
a { background-color: #0DBAFA; }
a { background-color: rgb(13,186,250); }
div.DivClassName
{
background-color: #0DBAFA;
}
.BgClassName
{
background-color: #0DBAFA;
}
</style>
border-color css
<style>
span { border-color: #0DBAFA; }
span { border-color: rgb(13,186,250); }
td.TdClassName
{
border-color: #0DBAFA;
}
.TagClassName
{
border-color: #0DBAFA;
}
</style>