Shades of Aqua #00DFFC
Tints of Aqua #00DFFC
RGB
CMYK
RGB Variations
Color information
#00DFFC (or 0x00DFFC) is known color: Aqua. HEX triplet: 00, DF and FC. RGB value is (0,223,252). Sum of RGB (Red+Green+Blue) = 0+223+252=475 (62% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #00DFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00DFFC is #FF2003. Grayscale: #9F9F9F. Windows color (decimal): -16719876 or 16572160. OLE color: 16572160.
HSL color Cylindrical-coordinate representation of color #00DFFC: hue angle of 186.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DFFC is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 0 | 223 | 252 | - |
| CMYK | 1 | 0.12 | 0 | 0.01 |
| HSL | 186.9º | 1% | 0.49% | - |
| HSV(B) | 186.9º | 1% | 0.99% | - |
| XYZ | 43.96 | 59.8 | 101.32 | - |
| YUV | 159.63 | 180.12 | 14.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 223 | 252 | 1 | 0.12 | 0 | 0.01 | 186.9 | 1 | 0.49 |
| Hex | 0 | DF | FC | 64 | C | 0 | 1 | BB | 64 | 31 |
| Octal | 0 | 337 | 374 | 144 | 14 | 0 | 1 | 273 | 144 | 61 |
| Binary | 0 | 11011111 | 11111100 | 1100100 | 1100 | 0 | 1 | 10111011 | 1100100 | 110001 |
Color Harmonies of #00DFFC
Complementary color
Monochromatic Colors of #00DFFC
Black with #00DFFC
Text Example
Text Example
White with #00DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00DFFC; }
p { color: rgb(0,223,252); }
H1.HeaderClassName
{
color: #00DFFC;
}
.AnyTagClassName
{
color: #00DFFC;
}
</style>
background-color css
<style>
a { background-color: #00DFFC; }
a { background-color: rgb(0,223,252); }
div.DivClassName
{
background-color: #00DFFC;
}
.BgClassName
{
background-color: #00DFFC;
}
</style>
border-color css
<style>
span { border-color: #00DFFC; }
span { border-color: rgb(0,223,252); }
td.TdClassName
{
border-color: #00DFFC;
}
.TagClassName
{
border-color: #00DFFC;
}
</style>