Shades of Aqua #03EFF2
Tints of Aqua #03EFF2
RGB
CMYK
RGB Variations
Color information
#03EFF2 (or 0x03EFF2) is known color: Aqua. HEX triplet: 03, EF and F2. RGB value is (3,239,242). Sum of RGB (Red+Green+Blue) = 3+239+242=484 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 484); Green value is 239 (93.75% from 255 or 49.38% from 484); Blue value is 242 (94.92% from 255 or 50% from 484); Max value from RGB is 242 - color contains mainly: blue. Hex color #03EFF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EFF2 is #FC100D. Grayscale: #A8A8A8. Windows color (decimal): -16519182 or 15920899. OLE color: 15920899.
HSL color Cylindrical-coordinate representation of color #03EFF2: hue angle of 180.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EFF2 is Cyan = 0.99, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 3 | 239 | 242 | - |
| CMYK | 0.99 | 0.01 | 0 | 0.05 |
| HSL | 180.75º | 0.98% | 0.48% | - |
| HSV(B) | 180.75º | 0.99% | 0.95% | - |
| XYZ | 46.93 | 68.16 | 94.69 | - |
| YUV | 168.78 | 169.31 | 9.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 242 | 0.99 | 0.01 | 0 | 0.05 | 180.75 | 0.98 | 0.48 |
| Hex | 3 | EF | F2 | 63 | 1 | 0 | 5 | B5 | 62 | 30 |
| Octal | 3 | 357 | 362 | 143 | 1 | 0 | 5 | 265 | 142 | 60 |
| Binary | 11 | 11101111 | 11110010 | 1100011 | 1 | 0 | 101 | 10110101 | 1100010 | 110000 |
Color Harmonies of #03EFF2
Complementary color
Monochromatic Colors of #03EFF2
Black with #03EFF2
Text Example
Text Example
White with #03EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFF2; }
p { color: rgb(3,239,242); }
H1.HeaderClassName
{
color: #03EFF2;
}
.AnyTagClassName
{
color: #03EFF2;
}
</style>
background-color css
<style>
a { background-color: #03EFF2; }
a { background-color: rgb(3,239,242); }
div.DivClassName
{
background-color: #03EFF2;
}
.BgClassName
{
background-color: #03EFF2;
}
</style>
border-color css
<style>
span { border-color: #03EFF2; }
span { border-color: rgb(3,239,242); }
td.TdClassName
{
border-color: #03EFF2;
}
.TagClassName
{
border-color: #03EFF2;
}
</style>