Shades of Deep Sky Blue #0DC8FB
Tints of Deep Sky Blue #0DC8FB
RGB
CMYK
RGB Variations
Color information
#0DC8FB (or 0x0DC8FB) is known color: Deep Sky Blue. HEX triplet: 0D, C8 and FB. RGB value is (13,200,251). Sum of RGB (Red+Green+Blue) = 13+200+251=464 (61% of max value = 765). Red value is 13 (5.47% from 255 or 2.80% from 464); Green value is 200 (78.52% from 255 or 43.10% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #0DC8FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DC8FB is #F23704. Grayscale: #959595. Windows color (decimal): -15873797 or 16500749. OLE color: 16500749.
HSL color Cylindrical-coordinate representation of color #0DC8FB: hue angle of 192.86º degrees, saturation: 0.97, 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 #0DC8FB is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 13 | 200 | 251 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.02 |
| HSL | 192.86º | 0.97% | 0.52% | - |
| HSV(B) | 192.86º | 0.95% | 0.98% | - |
| XYZ | 38.23 | 48.36 | 98.59 | - |
| YUV | 149.9 | 185.05 | 30.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 200 | 251 | 0.95 | 0.20 | 0 | 0.02 | 192.86 | 0.97 | 0.52 |
| Hex | D | C8 | FB | 5F | 14 | 0 | 2 | C1 | 61 | 34 |
| Octal | 15 | 310 | 373 | 137 | 24 | 0 | 2 | 301 | 141 | 64 |
| Binary | 1101 | 11001000 | 11111011 | 1011111 | 10100 | 0 | 10 | 11000001 | 1100001 | 110100 |
Color Harmonies of #0DC8FB
Complementary color
Monochromatic Colors of #0DC8FB
Black with #0DC8FB
Text Example
Text Example
White with #0DC8FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DC8FB; }
p { color: rgb(13,200,251); }
H1.HeaderClassName
{
color: #0DC8FB;
}
.AnyTagClassName
{
color: #0DC8FB;
}
</style>
background-color css
<style>
a { background-color: #0DC8FB; }
a { background-color: rgb(13,200,251); }
div.DivClassName
{
background-color: #0DC8FB;
}
.BgClassName
{
background-color: #0DC8FB;
}
</style>
border-color css
<style>
span { border-color: #0DC8FB; }
span { border-color: rgb(13,200,251); }
td.TdClassName
{
border-color: #0DC8FB;
}
.TagClassName
{
border-color: #0DC8FB;
}
</style>