Shades of Aqua #03E6FD
Tints of Aqua #03E6FD
RGB
CMYK
RGB Variations
Color information
#03E6FD (or 0x03E6FD) is known color: Aqua. HEX triplet: 03, E6 and FD. RGB value is (3,230,253). Sum of RGB (Red+Green+Blue) = 3+230+253=486 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 253 (99.22% from 255 or 52.06% from 486); Max value from RGB is 253 - color contains mainly: blue. Hex color #03E6FD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03E6FD is #FC1902. Grayscale: #A4A4A4. Windows color (decimal): -16521475 or 16639491. OLE color: 16639491.
HSL color Cylindrical-coordinate representation of color #03E6FD: hue angle of 185.52º 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 #03E6FD is Cyan = 0.99, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 230 | 253 | - |
| CMYK | 0.99 | 0.09 | 0 | 0.01 |
| HSL | 185.52º | 0.98% | 0.5% | - |
| HSV(B) | 185.52º | 0.99% | 0.99% | - |
| XYZ | 46.06 | 63.7 | 102.8 | - |
| YUV | 164.75 | 177.79 | 12.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 230 | 253 | 0.99 | 0.09 | 0 | 0.01 | 185.52 | 0.98 | 0.5 |
| Hex | 3 | E6 | FD | 63 | 9 | 0 | 1 | BA | 62 | 32 |
| Octal | 3 | 346 | 375 | 143 | 11 | 0 | 1 | 272 | 142 | 62 |
| Binary | 11 | 11100110 | 11111101 | 1100011 | 1001 | 0 | 1 | 10111010 | 1100010 | 110010 |
Color Harmonies of #03E6FD
Complementary color
Monochromatic Colors of #03E6FD
Black with #03E6FD
Text Example
Text Example
White with #03E6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03E6FD; }
p { color: rgb(3,230,253); }
H1.HeaderClassName
{
color: #03E6FD;
}
.AnyTagClassName
{
color: #03E6FD;
}
</style>
background-color css
<style>
a { background-color: #03E6FD; }
a { background-color: rgb(3,230,253); }
div.DivClassName
{
background-color: #03E6FD;
}
.BgClassName
{
background-color: #03E6FD;
}
</style>
border-color css
<style>
span { border-color: #03E6FD; }
span { border-color: rgb(3,230,253); }
td.TdClassName
{
border-color: #03E6FD;
}
.TagClassName
{
border-color: #03E6FD;
}
</style>