Shades of Deep Sky Blue #0FDDFD
Tints of Deep Sky Blue #0FDDFD
RGB
CMYK
RGB Variations
Color information
#0FDDFD (or 0x0FDDFD) is known color: Deep Sky Blue. HEX triplet: 0F, DD and FD. RGB value is (15,221,253). Sum of RGB (Red+Green+Blue) = 15+221+253=489 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 253 (99.22% from 255 or 51.74% from 489); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FDDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDDFD is #F02202. Grayscale: #A2A2A2. Windows color (decimal): -15737347 or 16637199. OLE color: 16637199.
HSL color Cylindrical-coordinate representation of color #0FDDFD: hue angle of 188.07º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDDFD is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 221 | 253 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.01 |
| HSL | 188.07º | 0.98% | 0.53% | - |
| HSV(B) | 188.07º | 0.94% | 0.99% | - |
| XYZ | 43.78 | 58.91 | 101.99 | - |
| YUV | 163.05 | 178.75 | 22.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 221 | 253 | 0.94 | 0.13 | 0 | 0.01 | 188.07 | 0.98 | 0.53 |
| Hex | F | DD | FD | 5E | D | 0 | 1 | BC | 62 | 35 |
| Octal | 17 | 335 | 375 | 136 | 15 | 0 | 1 | 274 | 142 | 65 |
| Binary | 1111 | 11011101 | 11111101 | 1011110 | 1101 | 0 | 1 | 10111100 | 1100010 | 110101 |
Color Harmonies of #0FDDFD
Complementary color
Monochromatic Colors of #0FDDFD
Black with #0FDDFD
Text Example
Text Example
White with #0FDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDDFD; }
p { color: rgb(15,221,253); }
H1.HeaderClassName
{
color: #0FDDFD;
}
.AnyTagClassName
{
color: #0FDDFD;
}
</style>
background-color css
<style>
a { background-color: #0FDDFD; }
a { background-color: rgb(15,221,253); }
div.DivClassName
{
background-color: #0FDDFD;
}
.BgClassName
{
background-color: #0FDDFD;
}
</style>
border-color css
<style>
span { border-color: #0FDDFD; }
span { border-color: rgb(15,221,253); }
td.TdClassName
{
border-color: #0FDDFD;
}
.TagClassName
{
border-color: #0FDDFD;
}
</style>