Shades of Deep Sky Blue #0DBFFC
Tints of Deep Sky Blue #0DBFFC
RGB
CMYK
RGB Variations
Color information
#0DBFFC (or 0x0DBFFC) is known color: Deep Sky Blue. HEX triplet: 0D, BF and FC. RGB value is (13,191,252). Sum of RGB (Red+Green+Blue) = 13+191+252=456 (60% of max value = 765). Red value is 13 (5.47% from 255 or 2.85% from 456); Green value is 191 (75% from 255 or 41.89% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DBFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DBFFC is #F24003. Grayscale: #909090. Windows color (decimal): -15876100 or 16563981. OLE color: 16563981.
HSL color Cylindrical-coordinate representation of color #0DBFFC: hue angle of 195.31º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DBFFC is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 191 | 252 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.01 |
| HSL | 195.31º | 0.98% | 0.52% | - |
| HSV(B) | 195.31º | 0.95% | 0.99% | - |
| XYZ | 36.37 | 44.38 | 98.74 | - |
| YUV | 144.73 | 188.53 | 34.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 191 | 252 | 0.95 | 0.24 | 0 | 0.01 | 195.31 | 0.98 | 0.52 |
| Hex | D | BF | FC | 5F | 18 | 0 | 1 | C3 | 62 | 34 |
| Octal | 15 | 277 | 374 | 137 | 30 | 0 | 1 | 303 | 142 | 64 |
| Binary | 1101 | 10111111 | 11111100 | 1011111 | 11000 | 0 | 1 | 11000011 | 1100010 | 110100 |
Color Harmonies of #0DBFFC
Complementary color
Monochromatic Colors of #0DBFFC
Black with #0DBFFC
Text Example
Text Example
White with #0DBFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DBFFC; }
p { color: rgb(13,191,252); }
H1.HeaderClassName
{
color: #0DBFFC;
}
.AnyTagClassName
{
color: #0DBFFC;
}
</style>
background-color css
<style>
a { background-color: #0DBFFC; }
a { background-color: rgb(13,191,252); }
div.DivClassName
{
background-color: #0DBFFC;
}
.BgClassName
{
background-color: #0DBFFC;
}
</style>
border-color css
<style>
span { border-color: #0DBFFC; }
span { border-color: rgb(13,191,252); }
td.TdClassName
{
border-color: #0DBFFC;
}
.TagClassName
{
border-color: #0DBFFC;
}
</style>