Shades of Deep Sky Blue #0DB2FC
Tints of Deep Sky Blue #0DB2FC
RGB
CMYK
RGB Variations
Color information
#0DB2FC (or 0x0DB2FC) is known color: Deep Sky Blue. HEX triplet: 0D, B2 and FC. RGB value is (13,178,252). Sum of RGB (Red+Green+Blue) = 13+178+252=443 (58% of max value = 765). Red value is 13 (5.47% from 255 or 2.93% from 443); Green value is 178 (69.92% from 255 or 40.18% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DB2FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0DB2FC is #F24D03. Grayscale: #888888. Windows color (decimal): -15879428 or 16560653. OLE color: 16560653.
HSL color Cylindrical-coordinate representation of color #0DB2FC: hue angle of 198.58º 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 #0DB2FC is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 178 | 252 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.01 |
| HSL | 198.58º | 0.98% | 0.52% | - |
| HSV(B) | 198.58º | 0.95% | 0.99% | - |
| XYZ | 33.66 | 38.95 | 97.84 | - |
| YUV | 137.1 | 192.84 | 39.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 178 | 252 | 0.95 | 0.29 | 0 | 0.01 | 198.58 | 0.98 | 0.52 |
| Hex | D | B2 | FC | 5F | 1D | 0 | 1 | C7 | 62 | 34 |
| Octal | 15 | 262 | 374 | 137 | 35 | 0 | 1 | 307 | 142 | 64 |
| Binary | 1101 | 10110010 | 11111100 | 1011111 | 11101 | 0 | 1 | 11000111 | 1100010 | 110100 |
Color Harmonies of #0DB2FC
Complementary color
Monochromatic Colors of #0DB2FC
Black with #0DB2FC
Text Example
Text Example
White with #0DB2FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DB2FC; }
p { color: rgb(13,178,252); }
H1.HeaderClassName
{
color: #0DB2FC;
}
.AnyTagClassName
{
color: #0DB2FC;
}
</style>
background-color css
<style>
a { background-color: #0DB2FC; }
a { background-color: rgb(13,178,252); }
div.DivClassName
{
background-color: #0DB2FC;
}
.BgClassName
{
background-color: #0DB2FC;
}
</style>
border-color css
<style>
span { border-color: #0DB2FC; }
span { border-color: rgb(13,178,252); }
td.TdClassName
{
border-color: #0DB2FC;
}
.TagClassName
{
border-color: #0DB2FC;
}
</style>