Shades of Aqua #01EFF3
Tints of Aqua #01EFF3
RGB
CMYK
RGB Variations
Color information
#01EFF3 (or 0x01EFF3) is known color: Aqua. HEX triplet: 01, EF and F3. RGB value is (1,239,243). Sum of RGB (Red+Green+Blue) = 1+239+243=483 (63% of max value = 765). Red value is 1 (0.78% from 255 or 0.21% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 243 (95.31% from 255 or 50.31% from 483); Max value from RGB is 243 - color contains mainly: blue. Hex color #01EFF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #01EFF3 is #FE100C. Grayscale: #A8A8A8. Windows color (decimal): -16650253 or 15986433. OLE color: 15986433.
HSL color Cylindrical-coordinate representation of color #01EFF3: hue angle of 180.99º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01EFF3 is Cyan = 1.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 1 | 239 | 243 | - |
| CMYK | 1.00 | 0.02 | 0 | 0.05 |
| HSL | 180.99º | 0.99% | 0.48% | - |
| HSV(B) | 180.99º | 1% | 0.95% | - |
| XYZ | 47.06 | 68.21 | 95.48 | - |
| YUV | 168.29 | 170.15 | 8.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 239 | 243 | 1.00 | 0.02 | 0 | 0.05 | 180.99 | 0.99 | 0.48 |
| Hex | 1 | EF | F3 | 64 | 2 | 0 | 5 | B5 | 63 | 30 |
| Octal | 1 | 357 | 363 | 144 | 2 | 0 | 5 | 265 | 143 | 60 |
| Binary | 1 | 11101111 | 11110011 | 1100100 | 10 | 0 | 101 | 10110101 | 1100011 | 110000 |
Color Harmonies of #01EFF3
Complementary color
Monochromatic Colors of #01EFF3
Black with #01EFF3
Text Example
Text Example
White with #01EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01EFF3; }
p { color: rgb(1,239,243); }
H1.HeaderClassName
{
color: #01EFF3;
}
.AnyTagClassName
{
color: #01EFF3;
}
</style>
background-color css
<style>
a { background-color: #01EFF3; }
a { background-color: rgb(1,239,243); }
div.DivClassName
{
background-color: #01EFF3;
}
.BgClassName
{
background-color: #01EFF3;
}
</style>
border-color css
<style>
span { border-color: #01EFF3; }
span { border-color: rgb(1,239,243); }
td.TdClassName
{
border-color: #01EFF3;
}
.TagClassName
{
border-color: #01EFF3;
}
</style>