Shades of Aqua #03EFF8
Tints of Aqua #03EFF8
RGB
CMYK
RGB Variations
Color information
#03EFF8 (or 0x03EFF8) is known color: Aqua. HEX triplet: 03, EF and F8. RGB value is (3,239,248). Sum of RGB (Red+Green+Blue) = 3+239+248=490 (64% of max value = 765). Red value is 3 (1.56% from 255 or 0.61% from 490); Green value is 239 (93.75% from 255 or 48.78% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #03EFF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #03EFF8 is #FC1007. Grayscale: #A9A9A9. Windows color (decimal): -16519176 or 16314115. OLE color: 16314115.
HSL color Cylindrical-coordinate representation of color #03EFF8: hue angle of 182.2º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03EFF8 is Cyan = 0.99, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 3 | 239 | 248 | - |
| CMYK | 0.99 | 0.04 | 0 | 0.03 |
| HSL | 182.2º | 0.98% | 0.49% | - |
| HSV(B) | 182.2º | 0.99% | 0.97% | - |
| XYZ | 47.85 | 68.53 | 99.51 | - |
| YUV | 169.46 | 172.31 | 9.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 239 | 248 | 0.99 | 0.04 | 0 | 0.03 | 182.2 | 0.98 | 0.49 |
| Hex | 3 | EF | F8 | 63 | 4 | 0 | 3 | B6 | 62 | 31 |
| Octal | 3 | 357 | 370 | 143 | 4 | 0 | 3 | 266 | 142 | 61 |
| Binary | 11 | 11101111 | 11111000 | 1100011 | 100 | 0 | 11 | 10110110 | 1100010 | 110001 |
Color Harmonies of #03EFF8
Complementary color
Monochromatic Colors of #03EFF8
Black with #03EFF8
Text Example
Text Example
White with #03EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03EFF8; }
p { color: rgb(3,239,248); }
H1.HeaderClassName
{
color: #03EFF8;
}
.AnyTagClassName
{
color: #03EFF8;
}
</style>
background-color css
<style>
a { background-color: #03EFF8; }
a { background-color: rgb(3,239,248); }
div.DivClassName
{
background-color: #03EFF8;
}
.BgClassName
{
background-color: #03EFF8;
}
</style>
border-color css
<style>
span { border-color: #03EFF8; }
span { border-color: rgb(3,239,248); }
td.TdClassName
{
border-color: #03EFF8;
}
.TagClassName
{
border-color: #03EFF8;
}
</style>