Shades of Deep Sky Blue #0FDDFC
Tints of Deep Sky Blue #0FDDFC
RGB
CMYK
RGB Variations
Color information
#0FDDFC (or 0x0FDDFC) is known color: Deep Sky Blue. HEX triplet: 0F, DD and FC. RGB value is (15,221,252). Sum of RGB (Red+Green+Blue) = 15+221+252=488 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 488); Green value is 221 (86.72% from 255 or 45.29% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FDDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDDFC is #F02203. Grayscale: #A2A2A2. Windows color (decimal): -15737348 or 16571663. OLE color: 16571663.
HSL color Cylindrical-coordinate representation of color #0FDDFC: hue angle of 187.85º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDDFC is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 221 | 252 | - |
| CMYK | 0.94 | 0.12 | 0 | 0.01 |
| HSL | 187.85º | 0.98% | 0.52% | - |
| HSV(B) | 187.85º | 0.94% | 0.99% | - |
| XYZ | 43.62 | 58.84 | 101.15 | - |
| YUV | 162.94 | 178.25 | 22.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 252 | 0.94 | 0.12 | 0 | 0.01 | 187.85 | 0.98 | 0.52 |
| Hex | F | DD | FC | 5E | C | 0 | 1 | BC | 62 | 34 |
| Octal | 17 | 335 | 374 | 136 | 14 | 0 | 1 | 274 | 142 | 64 |
| Binary | 1111 | 11011101 | 11111100 | 1011110 | 1100 | 0 | 1 | 10111100 | 1100010 | 110100 |
Color Harmonies of #0FDDFC
Complementary color
Monochromatic Colors of #0FDDFC
Black with #0FDDFC
Text Example
Text Example
White with #0FDDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDFC; }
p { color: rgb(15,221,252); }
H1.HeaderClassName
{
color: #0FDDFC;
}
.AnyTagClassName
{
color: #0FDDFC;
}
</style>
background-color css
<style>
a { background-color: #0FDDFC; }
a { background-color: rgb(15,221,252); }
div.DivClassName
{
background-color: #0FDDFC;
}
.BgClassName
{
background-color: #0FDDFC;
}
</style>
border-color css
<style>
span { border-color: #0FDDFC; }
span { border-color: rgb(15,221,252); }
td.TdClassName
{
border-color: #0FDDFC;
}
.TagClassName
{
border-color: #0FDDFC;
}
</style>