Shades of Deep Sky Blue #0DBAF3
Tints of Deep Sky Blue #0DBAF3
RGB
CMYK
RGB Variations
Color information
#0DBAF3 (or 0x0DBAF3) is known color: Deep Sky Blue. HEX triplet: 0D, BA and F3. RGB value is (13,186,243). Sum of RGB (Red+Green+Blue) = 13+186+243=442 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.94% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 243 (95.31% from 255 or 54.98% from 442); Max value from RGB is 243 - color contains mainly: blue. Hex color #0DBAF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBAF3 is #F2450C. Grayscale: #8C8C8C. Windows color (decimal): -15877389 or 15972877. OLE color: 15972877.
HSL color Cylindrical-coordinate representation of color #0DBAF3: hue angle of 194.87º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBAF3 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 13 | 186 | 243 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.05 |
| HSL | 194.87º | 0.91% | 0.5% | - |
| HSV(B) | 194.87º | 0.95% | 0.95% | - |
| XYZ | 33.9 | 41.67 | 91.05 | - |
| YUV | 140.77 | 185.69 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 186 | 243 | 0.95 | 0.23 | 0 | 0.05 | 194.87 | 0.91 | 0.5 |
| Hex | D | BA | F3 | 5F | 17 | 0 | 5 | C3 | 5B | 32 |
| Octal | 15 | 272 | 363 | 137 | 27 | 0 | 5 | 303 | 133 | 62 |
| Binary | 1101 | 10111010 | 11110011 | 1011111 | 10111 | 0 | 101 | 11000011 | 1011011 | 110010 |
Color Harmonies of #0DBAF3
Complementary color
Monochromatic Colors of #0DBAF3
Black with #0DBAF3
Text Example
Text Example
White with #0DBAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBAF3; }
p { color: rgb(13,186,243); }
H1.HeaderClassName
{
color: #0DBAF3;
}
.AnyTagClassName
{
color: #0DBAF3;
}
</style>
background-color css
<style>
a { background-color: #0DBAF3; }
a { background-color: rgb(13,186,243); }
div.DivClassName
{
background-color: #0DBAF3;
}
.BgClassName
{
background-color: #0DBAF3;
}
</style>
border-color css
<style>
span { border-color: #0DBAF3; }
span { border-color: rgb(13,186,243); }
td.TdClassName
{
border-color: #0DBAF3;
}
.TagClassName
{
border-color: #0DBAF3;
}
</style>