Shades of Aqua #03EBFE
Tints of Aqua #03EBFE
RGB
CMYK
RGB Variations
Color information
#03EBFE (or 0x03EBFE) is known color: Aqua. HEX triplet: 03, EB and FE. RGB value is (3,235,254). Sum of RGB (Red+Green+Blue) = 3+235+254=492 (65% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #03EBFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EBFE is #FC1401. Grayscale: #A7A7A7. Windows color (decimal): -16520194 or 16706307. OLE color: 16706307.
HSL color Cylindrical-coordinate representation of color #03EBFE: hue angle of 184.54º 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 #03EBFE is Cyan = 0.99, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 235 | 254 | - |
| CMYK | 0.99 | 0.07 | 0 | 0.00 |
| HSL | 184.54º | 0.99% | 0.5% | - |
| HSV(B) | 184.54º | 0.99% | 1% | - |
| XYZ | 47.64 | 66.59 | 104.11 | - |
| YUV | 167.8 | 176.64 | 10.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 235 | 254 | 0.99 | 0.07 | 0 | 0.00 | 184.54 | 0.99 | 0.5 |
| Hex | 3 | EB | FE | 63 | 7 | 0 | 0 | B9 | 63 | 32 |
| Octal | 3 | 353 | 376 | 143 | 7 | 0 | 0 | 271 | 143 | 62 |
| Binary | 11 | 11101011 | 11111110 | 1100011 | 111 | 0 | 0 | 10111001 | 1100011 | 110010 |
Color Harmonies of #03EBFE
Complementary color
Monochromatic Colors of #03EBFE
Black with #03EBFE
Text Example
Text Example
White with #03EBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EBFE; }
p { color: rgb(3,235,254); }
H1.HeaderClassName
{
color: #03EBFE;
}
.AnyTagClassName
{
color: #03EBFE;
}
</style>
background-color css
<style>
a { background-color: #03EBFE; }
a { background-color: rgb(3,235,254); }
div.DivClassName
{
background-color: #03EBFE;
}
.BgClassName
{
background-color: #03EBFE;
}
</style>
border-color css
<style>
span { border-color: #03EBFE; }
span { border-color: rgb(3,235,254); }
td.TdClassName
{
border-color: #03EBFE;
}
.TagClassName
{
border-color: #03EBFE;
}
</style>