Shades of Deep Sky Blue #0FDFFF
Tints of Deep Sky Blue #0FDFFF
RGB
CMYK
RGB Variations
Color information
#0FDFFF (or 0x0FDFFF) is known color: Deep Sky Blue. HEX triplet: 0F, DF and FF. RGB value is (15,223,255). Sum of RGB (Red+Green+Blue) = 15+223+255=493 (65% of max value = 765). Red value is 15 (6.25% from 255 or 3.04% from 493); Green value is 223 (87.5% from 255 or 45.23% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FDFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #0FDFFF is #F02000. Grayscale: #A4A4A4. Windows color (decimal): -15736833 or 16768783. OLE color: 16768783.
HSL color Cylindrical-coordinate representation of color #0FDFFF: hue angle of 188º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FDFFF is Cyan = 0.94, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 223 | 255 | - |
| CMYK | 0.94 | 0.13 | 0 | 0 |
| HSL | 188º | 1% | 0.53% | - |
| HSV(B) | 188º | 0.94% | 1% | - |
| XYZ | 44.63 | 60.1 | 103.86 | - |
| YUV | 164.46 | 179.09 | 21.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 223 | 255 | 0.94 | 0.13 | 0 | 0 | 188 | 1 | 0.53 |
| Hex | F | DF | FF | 5E | D | 0 | 0 | BC | 64 | 35 |
| Octal | 17 | 337 | 377 | 136 | 15 | 0 | 0 | 274 | 144 | 65 |
| Binary | 1111 | 11011111 | 11111111 | 1011110 | 1101 | 0 | 0 | 10111100 | 1100100 | 110101 |
Color Harmonies of #0FDFFF
Complementary color
Monochromatic Colors of #0FDFFF
Black with #0FDFFF
Text Example
Text Example
White with #0FDFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FDFFF; }
p { color: rgb(15,223,255); }
H1.HeaderClassName
{
color: #0FDFFF;
}
.AnyTagClassName
{
color: #0FDFFF;
}
</style>
background-color css
<style>
a { background-color: #0FDFFF; }
a { background-color: rgb(15,223,255); }
div.DivClassName
{
background-color: #0FDFFF;
}
.BgClassName
{
background-color: #0FDFFF;
}
</style>
border-color css
<style>
span { border-color: #0FDFFF; }
span { border-color: rgb(15,223,255); }
td.TdClassName
{
border-color: #0FDFFF;
}
.TagClassName
{
border-color: #0FDFFF;
}
</style>