Shades of Aqua #03EBFF
Tints of Aqua #03EBFF
RGB
CMYK
RGB Variations
Color information
#03EBFF (or 0x03EBFF) is known color: Aqua. HEX triplet: 03, EB and FF. RGB value is (3,235,255). Sum of RGB (Red+Green+Blue) = 3+235+255=493 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #03EBFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EBFF is #FC1400. Grayscale: #A7A7A7. Windows color (decimal): -16520193 or 16771843. OLE color: 16771843.
HSL color Cylindrical-coordinate representation of color #03EBFF: hue angle of 184.76º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EBFF is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 235 | 255 | - |
| CMYK | 0.99 | 0.08 | 0 | 0 |
| HSL | 184.76º | 1% | 0.51% | - |
| HSV(B) | 184.76º | 0.99% | 1% | - |
| XYZ | 47.8 | 66.66 | 104.95 | - |
| YUV | 167.91 | 177.14 | 10.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 235 | 255 | 0.99 | 0.08 | 0 | 0 | 184.76 | 1 | 0.51 |
| Hex | 3 | EB | FF | 63 | 8 | 0 | 0 | B9 | 64 | 33 |
| Octal | 3 | 353 | 377 | 143 | 10 | 0 | 0 | 271 | 144 | 63 |
| Binary | 11 | 11101011 | 11111111 | 1100011 | 1000 | 0 | 0 | 10111001 | 1100100 | 110011 |
Color Harmonies of #03EBFF
Complementary color
Monochromatic Colors of #03EBFF
Black with #03EBFF
Text Example
Text Example
White with #03EBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EBFF; }
p { color: rgb(3,235,255); }
H1.HeaderClassName
{
color: #03EBFF;
}
.AnyTagClassName
{
color: #03EBFF;
}
</style>
background-color css
<style>
a { background-color: #03EBFF; }
a { background-color: rgb(3,235,255); }
div.DivClassName
{
background-color: #03EBFF;
}
.BgClassName
{
background-color: #03EBFF;
}
</style>
border-color css
<style>
span { border-color: #03EBFF; }
span { border-color: rgb(3,235,255); }
td.TdClassName
{
border-color: #03EBFF;
}
.TagClassName
{
border-color: #03EBFF;
}
</style>