Shades of Deep Sky Blue #00DFFF
Tints of Deep Sky Blue #00DFFF
RGB
CMYK
RGB Variations
Color information
#00DFFF (or 0x00DFFF) is known color: Deep Sky Blue. HEX triplet: 00, DF and FF. RGB value is (0,223,255). Sum of RGB (Red+Green+Blue) = 0+223+255=478 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #00DFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DFFF is #FF2000. Grayscale: #9F9F9F. Windows color (decimal): -16719873 or 16768768. OLE color: 16768768.
HSL color Cylindrical-coordinate representation of color #00DFFF: hue angle of 187.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DFFF is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 223 | 255 | - |
| CMYK | 1 | 0.13 | 0 | 0 |
| HSL | 187.53º | 1% | 0.5% | - |
| HSV(B) | 187.53º | 1% | 1% | - |
| XYZ | 44.44 | 60 | 103.85 | - |
| YUV | 159.97 | 181.62 | 13.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 255 | 1 | 0.13 | 0 | 0 | 187.53 | 1 | 0.5 |
| Hex | 0 | DF | FF | 64 | D | 0 | 0 | BC | 64 | 32 |
| Octal | 0 | 337 | 377 | 144 | 15 | 0 | 0 | 274 | 144 | 62 |
| Binary | 0 | 11011111 | 11111111 | 1100100 | 1101 | 0 | 0 | 10111100 | 1100100 | 110010 |
Color Harmonies of #00DFFF
Complementary color
Monochromatic Colors of #00DFFF
Black with #00DFFF
Text Example
Text Example
White with #00DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFFF; }
p { color: rgb(0,223,255); }
H1.HeaderClassName
{
color: #00DFFF;
}
.AnyTagClassName
{
color: #00DFFF;
}
</style>
background-color css
<style>
a { background-color: #00DFFF; }
a { background-color: rgb(0,223,255); }
div.DivClassName
{
background-color: #00DFFF;
}
.BgClassName
{
background-color: #00DFFF;
}
</style>
border-color css
<style>
span { border-color: #00DFFF; }
span { border-color: rgb(0,223,255); }
td.TdClassName
{
border-color: #00DFFF;
}
.TagClassName
{
border-color: #00DFFF;
}
</style>