Shades of Deep Sky Blue #0DCFFC
Tints of Deep Sky Blue #0DCFFC
RGB
CMYK
RGB Variations
Color information
#0DCFFC (or 0x0DCFFC) is known color: Deep Sky Blue. HEX triplet: 0D, CF and FC. RGB value is (13,207,252). Sum of RGB (Red+Green+Blue) = 13+207+252=472 (62% of max value = 765). Red value is 13 (5.47% from 255 or 2.75% from 472); Green value is 207 (81.25% from 255 or 43.86% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #0DCFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0DCFFC is #F23003. Grayscale: #999999. Windows color (decimal): -15872004 or 16568077. OLE color: 16568077.
HSL color Cylindrical-coordinate representation of color #0DCFFC: hue angle of 191.3º 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 #0DCFFC is Cyan = 0.95, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 13 | 207 | 252 | - |
| CMYK | 0.95 | 0.18 | 0 | 0.01 |
| HSL | 191.3º | 0.98% | 0.52% | - |
| HSV(B) | 191.3º | 0.95% | 0.99% | - |
| XYZ | 40.05 | 51.74 | 99.97 | - |
| YUV | 154.12 | 183.23 | 27.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 207 | 252 | 0.95 | 0.18 | 0 | 0.01 | 191.3 | 0.98 | 0.52 |
| Hex | D | CF | FC | 5F | 12 | 0 | 1 | BF | 62 | 34 |
| Octal | 15 | 317 | 374 | 137 | 22 | 0 | 1 | 277 | 142 | 64 |
| Binary | 1101 | 11001111 | 11111100 | 1011111 | 10010 | 0 | 1 | 10111111 | 1100010 | 110100 |
Color Harmonies of #0DCFFC
Complementary color
Monochromatic Colors of #0DCFFC
Black with #0DCFFC
Text Example
Text Example
White with #0DCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0DCFFC; }
p { color: rgb(13,207,252); }
H1.HeaderClassName
{
color: #0DCFFC;
}
.AnyTagClassName
{
color: #0DCFFC;
}
</style>
background-color css
<style>
a { background-color: #0DCFFC; }
a { background-color: rgb(13,207,252); }
div.DivClassName
{
background-color: #0DCFFC;
}
.BgClassName
{
background-color: #0DCFFC;
}
</style>
border-color css
<style>
span { border-color: #0DCFFC; }
span { border-color: rgb(13,207,252); }
td.TdClassName
{
border-color: #0DCFFC;
}
.TagClassName
{
border-color: #0DCFFC;
}
</style>