Shades of Aqua #03EFF9
Tints of Aqua #03EFF9
RGB
CMYK
RGB Variations
Color information
#03EFF9 (or 0x03EFF9) is known color: Aqua. HEX triplet: 03, EF and F9. RGB value is (3,239,249). Sum of RGB (Red+Green+Blue) = 3+239+249=491 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 491); Green value is 239 (93.75% from 255 or 48.68% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #03EFF9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EFF9 is #FC1006. Grayscale: #A9A9A9. Windows color (decimal): -16519175 or 16379651. OLE color: 16379651.
HSL color Cylindrical-coordinate representation of color #03EFF9: hue angle of 182.44º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EFF9 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 239 | 249 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.02 |
| HSL | 182.44º | 0.98% | 0.49% | - |
| HSV(B) | 182.44º | 0.99% | 0.98% | - |
| XYZ | 48 | 68.59 | 100.33 | - |
| YUV | 169.58 | 172.81 | 9.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 249 | 0.99 | 0.04 | 0 | 0.02 | 182.44 | 0.98 | 0.49 |
| Hex | 3 | EF | F9 | 63 | 4 | 0 | 2 | B6 | 62 | 31 |
| Octal | 3 | 357 | 371 | 143 | 4 | 0 | 2 | 266 | 142 | 61 |
| Binary | 11 | 11101111 | 11111001 | 1100011 | 100 | 0 | 10 | 10110110 | 1100010 | 110001 |
Color Harmonies of #03EFF9
Complementary color
Monochromatic Colors of #03EFF9
Black with #03EFF9
Text Example
Text Example
White with #03EFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFF9; }
p { color: rgb(3,239,249); }
H1.HeaderClassName
{
color: #03EFF9;
}
.AnyTagClassName
{
color: #03EFF9;
}
</style>
background-color css
<style>
a { background-color: #03EFF9; }
a { background-color: rgb(3,239,249); }
div.DivClassName
{
background-color: #03EFF9;
}
.BgClassName
{
background-color: #03EFF9;
}
</style>
border-color css
<style>
span { border-color: #03EFF9; }
span { border-color: rgb(3,239,249); }
td.TdClassName
{
border-color: #03EFF9;
}
.TagClassName
{
border-color: #03EFF9;
}
</style>