Shades of Aqua #01EFF8
Tints of Aqua #01EFF8
RGB
CMYK
RGB Variations
Color information
#01EFF8 (or 0x01EFF8) is known color: Aqua. HEX triplet: 01, EF and F8. RGB value is (1,239,248). Sum of RGB (Red+Green+Blue) = 1+239+248=488 (64% of max value = 765). Red value is 1 (0.78% from 255 or 0.20% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #01EFF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EFF8 is #FE1007. Grayscale: #A8A8A8. Windows color (decimal): -16650248 or 16314113. OLE color: 16314113.
HSL color Cylindrical-coordinate representation of color #01EFF8: hue angle of 182.19º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EFF8 is Cyan = 1.00, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 1 | 239 | 248 | - |
| CMYK | 1.00 | 0.04 | 0 | 0.03 |
| HSL | 182.19º | 0.99% | 0.49% | - |
| HSV(B) | 182.19º | 1% | 0.97% | - |
| XYZ | 47.82 | 68.52 | 99.51 | - |
| YUV | 168.86 | 172.65 | 8.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 248 | 1.00 | 0.04 | 0 | 0.03 | 182.19 | 0.99 | 0.49 |
| Hex | 1 | EF | F8 | 64 | 4 | 0 | 3 | B6 | 63 | 31 |
| Octal | 1 | 357 | 370 | 144 | 4 | 0 | 3 | 266 | 143 | 61 |
| Binary | 1 | 11101111 | 11111000 | 1100100 | 100 | 0 | 11 | 10110110 | 1100011 | 110001 |
Color Harmonies of #01EFF8
Complementary color
Monochromatic Colors of #01EFF8
Black with #01EFF8
Text Example
Text Example
White with #01EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EFF8; }
p { color: rgb(1,239,248); }
H1.HeaderClassName
{
color: #01EFF8;
}
.AnyTagClassName
{
color: #01EFF8;
}
</style>
background-color css
<style>
a { background-color: #01EFF8; }
a { background-color: rgb(1,239,248); }
div.DivClassName
{
background-color: #01EFF8;
}
.BgClassName
{
background-color: #01EFF8;
}
</style>
border-color css
<style>
span { border-color: #01EFF8; }
span { border-color: rgb(1,239,248); }
td.TdClassName
{
border-color: #01EFF8;
}
.TagClassName
{
border-color: #01EFF8;
}
</style>