Shades of Aqua #03EEF5
Tints of Aqua #03EEF5
RGB
CMYK
RGB Variations
Color information
#03EEF5 (or 0x03EEF5) is known color: Aqua. HEX triplet: 03, EE and F5. RGB value is (3,238,245). Sum of RGB (Red+Green+Blue) = 3+238+245=486 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.62% from 486); Green value is 238 (93.36% from 255 or 48.97% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #03EEF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EEF5 is #FC110A. Grayscale: #A8A8A8. Windows color (decimal): -16519435 or 16117251. OLE color: 16117251.
HSL color Cylindrical-coordinate representation of color #03EEF5: hue angle of 181.74º 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 #03EEF5 is Cyan = 0.99, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 3 | 238 | 245 | - |
| CMYK | 0.99 | 0.03 | 0 | 0.04 |
| HSL | 181.74º | 0.98% | 0.49% | - |
| HSV(B) | 181.74º | 0.99% | 0.96% | - |
| XYZ | 47.09 | 67.76 | 96.98 | - |
| YUV | 168.53 | 171.14 | 9.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 238 | 245 | 0.99 | 0.03 | 0 | 0.04 | 181.74 | 0.98 | 0.49 |
| Hex | 3 | EE | F5 | 63 | 3 | 0 | 4 | B6 | 62 | 31 |
| Octal | 3 | 356 | 365 | 143 | 3 | 0 | 4 | 266 | 142 | 61 |
| Binary | 11 | 11101110 | 11110101 | 1100011 | 11 | 0 | 100 | 10110110 | 1100010 | 110001 |
Color Harmonies of #03EEF5
Complementary color
Monochromatic Colors of #03EEF5
Black with #03EEF5
Text Example
Text Example
White with #03EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EEF5; }
p { color: rgb(3,238,245); }
H1.HeaderClassName
{
color: #03EEF5;
}
.AnyTagClassName
{
color: #03EEF5;
}
</style>
background-color css
<style>
a { background-color: #03EEF5; }
a { background-color: rgb(3,238,245); }
div.DivClassName
{
background-color: #03EEF5;
}
.BgClassName
{
background-color: #03EEF5;
}
</style>
border-color css
<style>
span { border-color: #03EEF5; }
span { border-color: rgb(3,238,245); }
td.TdClassName
{
border-color: #03EEF5;
}
.TagClassName
{
border-color: #03EEF5;
}
</style>