Shades of Aqua #03EEFE
Tints of Aqua #03EEFE
RGB
CMYK
RGB Variations
Color information
#03EEFE (or 0x03EEFE) is known color: Aqua. HEX triplet: 03, EE and FE. RGB value is (3,238,254). Sum of RGB (Red+Green+Blue) = 3+238+254=495 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 495); Green value is 238 (93.36% from 255 or 48.08% from 495); Blue value is 254 (99.61% from 255 or 51.31% from 495); Max value from RGB is 254 - color contains mainly: blue. Hex color #03EEFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EEFE is #FC1101. Grayscale: #A9A9A9. Windows color (decimal): -16519426 or 16707075. OLE color: 16707075.
HSL color Cylindrical-coordinate representation of color #03EEFE: hue angle of 183.82º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EEFE is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 238 | 254 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.00 |
| HSL | 183.82º | 0.99% | 0.5% | - |
| HSV(B) | 183.82º | 0.99% | 1% | - |
| XYZ | 48.5 | 68.32 | 104.4 | - |
| YUV | 169.56 | 175.64 | 9.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 238 | 254 | 0.99 | 0.06 | 0 | 0.00 | 183.82 | 0.99 | 0.5 |
| Hex | 3 | EE | FE | 63 | 6 | 0 | 0 | B8 | 63 | 32 |
| Octal | 3 | 356 | 376 | 143 | 6 | 0 | 0 | 270 | 143 | 62 |
| Binary | 11 | 11101110 | 11111110 | 1100011 | 110 | 0 | 0 | 10111000 | 1100011 | 110010 |
Color Harmonies of #03EEFE
Complementary color
Monochromatic Colors of #03EEFE
Black with #03EEFE
Text Example
Text Example
White with #03EEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EEFE; }
p { color: rgb(3,238,254); }
H1.HeaderClassName
{
color: #03EEFE;
}
.AnyTagClassName
{
color: #03EEFE;
}
</style>
background-color css
<style>
a { background-color: #03EEFE; }
a { background-color: rgb(3,238,254); }
div.DivClassName
{
background-color: #03EEFE;
}
.BgClassName
{
background-color: #03EEFE;
}
</style>
border-color css
<style>
span { border-color: #03EEFE; }
span { border-color: rgb(3,238,254); }
td.TdClassName
{
border-color: #03EEFE;
}
.TagClassName
{
border-color: #03EEFE;
}
</style>