Shades of Aqua #03DFFD
Tints of Aqua #03DFFD
RGB
CMYK
RGB Variations
Color information
#03DFFD (or 0x03DFFD) is known color: Aqua. HEX triplet: 03, DF and FD. RGB value is (3,223,253). Sum of RGB (Red+Green+Blue) = 3+223+253=479 (63% of max value = 765). Red value is 3 (1.56% from 255 or 0.63% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #03DFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #03DFFD is #FC2002. Grayscale: #A0A0A0. Windows color (decimal): -16523267 or 16637699. OLE color: 16637699.
HSL color Cylindrical-coordinate representation of color #03DFFD: hue angle of 187.2º 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 #03DFFD is Cyan = 0.99, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 223 | 253 | - |
| CMYK | 0.99 | 0.12 | 0 | 0.01 |
| HSL | 187.2º | 0.98% | 0.5% | - |
| HSV(B) | 187.2º | 0.99% | 0.99% | - |
| XYZ | 44.15 | 59.89 | 102.16 | - |
| YUV | 160.64 | 180.11 | 15.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 223 | 253 | 0.99 | 0.12 | 0 | 0.01 | 187.2 | 0.98 | 0.5 |
| Hex | 3 | DF | FD | 63 | C | 0 | 1 | BB | 62 | 32 |
| Octal | 3 | 337 | 375 | 143 | 14 | 0 | 1 | 273 | 142 | 62 |
| Binary | 11 | 11011111 | 11111101 | 1100011 | 1100 | 0 | 1 | 10111011 | 1100010 | 110010 |
Color Harmonies of #03DFFD
Complementary color
Monochromatic Colors of #03DFFD
Black with #03DFFD
Text Example
Text Example
White with #03DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03DFFD; }
p { color: rgb(3,223,253); }
H1.HeaderClassName
{
color: #03DFFD;
}
.AnyTagClassName
{
color: #03DFFD;
}
</style>
background-color css
<style>
a { background-color: #03DFFD; }
a { background-color: rgb(3,223,253); }
div.DivClassName
{
background-color: #03DFFD;
}
.BgClassName
{
background-color: #03DFFD;
}
</style>
border-color css
<style>
span { border-color: #03DFFD; }
span { border-color: rgb(3,223,253); }
td.TdClassName
{
border-color: #03DFFD;
}
.TagClassName
{
border-color: #03DFFD;
}
</style>