Shades of Aqua #03FCFD
Tints of Aqua #03FCFD
RGB
CMYK
RGB Variations
Color information
#03FCFD (or 0x03FCFD) is known color: Aqua. HEX triplet: 03, FC and FD. RGB value is (3,252,253). Sum of RGB (Red+Green+Blue) = 3+252+253=508 (67% of max value = 765). Red value is 3 (1.56% from 255 or 0.59% from 508); Green value is 252 (98.83% from 255 or 49.61% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #03FCFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03FCFD is #FC0302. Grayscale: #B1B1B1. Windows color (decimal): -16515843 or 16645123. OLE color: 16645123.
HSL color Cylindrical-coordinate representation of color #03FCFD: hue angle of 180.24º 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 #03FCFD is Cyan = 0.99, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 252 | 253 | - |
| CMYK | 0.99 | 0.00 | 0 | 0.01 |
| HSL | 180.24º | 0.98% | 0.5% | - |
| HSV(B) | 180.24º | 0.99% | 0.99% | - |
| XYZ | 52.58 | 76.73 | 104.97 | - |
| YUV | 177.66 | 170.51 | 3.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 252 | 253 | 0.99 | 0.00 | 0 | 0.01 | 180.24 | 0.98 | 0.5 |
| Hex | 3 | FC | FD | 63 | 0 | 0 | 1 | B4 | 62 | 32 |
| Octal | 3 | 374 | 375 | 143 | 0 | 0 | 1 | 264 | 142 | 62 |
| Binary | 11 | 11111100 | 11111101 | 1100011 | 0 | 0 | 1 | 10110100 | 1100010 | 110010 |
Color Harmonies of #03FCFD
Complementary color
Monochromatic Colors of #03FCFD
Black with #03FCFD
Text Example
Text Example
White with #03FCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03FCFD; }
p { color: rgb(3,252,253); }
H1.HeaderClassName
{
color: #03FCFD;
}
.AnyTagClassName
{
color: #03FCFD;
}
</style>
background-color css
<style>
a { background-color: #03FCFD; }
a { background-color: rgb(3,252,253); }
div.DivClassName
{
background-color: #03FCFD;
}
.BgClassName
{
background-color: #03FCFD;
}
</style>
border-color css
<style>
span { border-color: #03FCFD; }
span { border-color: rgb(3,252,253); }
td.TdClassName
{
border-color: #03FCFD;
}
.TagClassName
{
border-color: #03FCFD;
}
</style>