Shades of Aqua #03EFF6
Tints of Aqua #03EFF6
RGB
CMYK
RGB Variations
Color information
#03EFF6 (or 0x03EFF6) is known color: Aqua. HEX triplet: 03, EF and F6. RGB value is (3,239,246). Sum of RGB (Red+Green+Blue) = 3+239+246=488 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 246 (96.48% from 255 or 50.41% from 488); Max value from RGB is 246 - color contains mainly: blue. Hex color #03EFF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EFF6 is #FC1009. Grayscale: #A8A8A8. Windows color (decimal): -16519178 or 16183043. OLE color: 16183043.
HSL color Cylindrical-coordinate representation of color #03EFF6: hue angle of 181.73º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EFF6 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 239 | 246 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.04 |
| HSL | 181.73º | 0.98% | 0.49% | - |
| HSV(B) | 181.73º | 0.99% | 0.96% | - |
| XYZ | 47.54 | 68.41 | 97.89 | - |
| YUV | 169.23 | 171.31 | 9.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 246 | 0.99 | 0.03 | 0 | 0.04 | 181.73 | 0.98 | 0.49 |
| Hex | 3 | EF | F6 | 63 | 3 | 0 | 4 | B6 | 62 | 31 |
| Octal | 3 | 357 | 366 | 143 | 3 | 0 | 4 | 266 | 142 | 61 |
| Binary | 11 | 11101111 | 11110110 | 1100011 | 11 | 0 | 100 | 10110110 | 1100010 | 110001 |
Color Harmonies of #03EFF6
Complementary color
Monochromatic Colors of #03EFF6
Black with #03EFF6
Text Example
Text Example
White with #03EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFF6; }
p { color: rgb(3,239,246); }
H1.HeaderClassName
{
color: #03EFF6;
}
.AnyTagClassName
{
color: #03EFF6;
}
</style>
background-color css
<style>
a { background-color: #03EFF6; }
a { background-color: rgb(3,239,246); }
div.DivClassName
{
background-color: #03EFF6;
}
.BgClassName
{
background-color: #03EFF6;
}
</style>
border-color css
<style>
span { border-color: #03EFF6; }
span { border-color: rgb(3,239,246); }
td.TdClassName
{
border-color: #03EFF6;
}
.TagClassName
{
border-color: #03EFF6;
}
</style>