Shades of Deep Sky Blue #0FDCFD
Tints of Deep Sky Blue #0FDCFD
RGB
CMYK
RGB Variations
Color information
#0FDCFD (or 0x0FDCFD) is known color: Deep Sky Blue. HEX triplet: 0F, DC and FD. RGB value is (15,220,253). Sum of RGB (Red+Green+Blue) = 15+220+253=488 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 253 (99.22% from 255 or 51.84% from 488); Max value from RGB is 253 - color contains mainly: blue. Hex color #0FDCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDCFD is #F02302. Grayscale: #A2A2A2. Windows color (decimal): -15737603 or 16636943. OLE color: 16636943.
HSL color Cylindrical-coordinate representation of color #0FDCFD: hue angle of 188.32º 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 #0FDCFD is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 220 | 253 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.01 |
| HSL | 188.32º | 0.98% | 0.53% | - |
| HSV(B) | 188.32º | 0.94% | 0.99% | - |
| XYZ | 43.52 | 58.38 | 101.9 | - |
| YUV | 162.47 | 179.08 | 22.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 253 | 0.94 | 0.13 | 0 | 0.01 | 188.32 | 0.98 | 0.53 |
| Hex | F | DC | FD | 5E | D | 0 | 1 | BC | 62 | 35 |
| Octal | 17 | 334 | 375 | 136 | 15 | 0 | 1 | 274 | 142 | 65 |
| Binary | 1111 | 11011100 | 11111101 | 1011110 | 1101 | 0 | 1 | 10111100 | 1100010 | 110101 |
Color Harmonies of #0FDCFD
Complementary color
Monochromatic Colors of #0FDCFD
Black with #0FDCFD
Text Example
Text Example
White with #0FDCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCFD; }
p { color: rgb(15,220,253); }
H1.HeaderClassName
{
color: #0FDCFD;
}
.AnyTagClassName
{
color: #0FDCFD;
}
</style>
background-color css
<style>
a { background-color: #0FDCFD; }
a { background-color: rgb(15,220,253); }
div.DivClassName
{
background-color: #0FDCFD;
}
.BgClassName
{
background-color: #0FDCFD;
}
</style>
border-color css
<style>
span { border-color: #0FDCFD; }
span { border-color: rgb(15,220,253); }
td.TdClassName
{
border-color: #0FDCFD;
}
.TagClassName
{
border-color: #0FDCFD;
}
</style>