Shades of Deep Sky Blue #0FDCFE
Tints of Deep Sky Blue #0FDCFE
RGB
CMYK
RGB Variations
Color information
#0FDCFE (or 0x0FDCFE) is known color: Deep Sky Blue. HEX triplet: 0F, DC and FE. RGB value is (15,220,254). Sum of RGB (Red+Green+Blue) = 15+220+254=489 (64% of max value = 765). Red value is 15 (6.25% from 255 or 3.07% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FDCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDCFE is #F02301. Grayscale: #A2A2A2. Windows color (decimal): -15737602 or 16702479. OLE color: 16702479.
HSL color Cylindrical-coordinate representation of color #0FDCFE: hue angle of 188.54º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDCFE is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 220 | 254 | - |
| CMYK | 0.94 | 0.13 | 0 | 0.00 |
| HSL | 188.54º | 0.99% | 0.53% | - |
| HSV(B) | 188.54º | 0.94% | 1% | - |
| XYZ | 43.68 | 58.44 | 102.74 | - |
| YUV | 162.58 | 179.58 | 22.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 220 | 254 | 0.94 | 0.13 | 0 | 0.00 | 188.54 | 0.99 | 0.53 |
| Hex | F | DC | FE | 5E | D | 0 | 0 | BD | 63 | 35 |
| Octal | 17 | 334 | 376 | 136 | 15 | 0 | 0 | 275 | 143 | 65 |
| Binary | 1111 | 11011100 | 11111110 | 1011110 | 1101 | 0 | 0 | 10111101 | 1100011 | 110101 |
Color Harmonies of #0FDCFE
Complementary color
Monochromatic Colors of #0FDCFE
Black with #0FDCFE
Text Example
Text Example
White with #0FDCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDCFE; }
p { color: rgb(15,220,254); }
H1.HeaderClassName
{
color: #0FDCFE;
}
.AnyTagClassName
{
color: #0FDCFE;
}
</style>
background-color css
<style>
a { background-color: #0FDCFE; }
a { background-color: rgb(15,220,254); }
div.DivClassName
{
background-color: #0FDCFE;
}
.BgClassName
{
background-color: #0FDCFE;
}
</style>
border-color css
<style>
span { border-color: #0FDCFE; }
span { border-color: rgb(15,220,254); }
td.TdClassName
{
border-color: #0FDCFE;
}
.TagClassName
{
border-color: #0FDCFE;
}
</style>