Shades of Aqua #03DFFC
Tints of Aqua #03DFFC
RGB
CMYK
RGB Variations
Color information
#03DFFC (or 0x03DFFC) is known color: Aqua. HEX triplet: 03, DF and FC. RGB value is (3,223,252). Sum of RGB (Red+Green+Blue) = 3+223+252=478 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 478); Green value is 223 (87.5% from 255 or 46.65% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #03DFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DFFC is #FC2003. Grayscale: #A0A0A0. Windows color (decimal): -16523268 or 16572163. OLE color: 16572163.
HSL color Cylindrical-coordinate representation of color #03DFFC: hue angle of 186.99º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DFFC is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 223 | 252 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.01 |
| HSL | 186.99º | 0.98% | 0.5% | - |
| HSV(B) | 186.99º | 0.99% | 0.99% | - |
| XYZ | 44 | 59.82 | 101.32 | - |
| YUV | 160.53 | 179.61 | 15.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 252 | 0.99 | 0.12 | 0 | 0.01 | 186.99 | 0.98 | 0.5 |
| Hex | 3 | DF | FC | 63 | C | 0 | 1 | BB | 62 | 32 |
| Octal | 3 | 337 | 374 | 143 | 14 | 0 | 1 | 273 | 142 | 62 |
| Binary | 11 | 11011111 | 11111100 | 1100011 | 1100 | 0 | 1 | 10111011 | 1100010 | 110010 |
Color Harmonies of #03DFFC
Complementary color
Monochromatic Colors of #03DFFC
Black with #03DFFC
Text Example
Text Example
White with #03DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DFFC; }
p { color: rgb(3,223,252); }
H1.HeaderClassName
{
color: #03DFFC;
}
.AnyTagClassName
{
color: #03DFFC;
}
</style>
background-color css
<style>
a { background-color: #03DFFC; }
a { background-color: rgb(3,223,252); }
div.DivClassName
{
background-color: #03DFFC;
}
.BgClassName
{
background-color: #03DFFC;
}
</style>
border-color css
<style>
span { border-color: #03DFFC; }
span { border-color: rgb(3,223,252); }
td.TdClassName
{
border-color: #03DFFC;
}
.TagClassName
{
border-color: #03DFFC;
}
</style>