Shades of Aqua #00FAFF
Tints of Aqua #00FAFF
RGB
CMYK
RGB Variations
Color information
#00FAFF (or 0x00FAFF) is known color: Aqua. HEX triplet: 00, FA and FF. RGB value is (0,250,255). Sum of RGB (Red+Green+Blue) = 0+250+255=505 (66% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #00FAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00FAFF is #FF0500. Grayscale: #AFAFAF. Windows color (decimal): -16712961 or 16775680. OLE color: 16775680.
HSL color Cylindrical-coordinate representation of color #00FAFF: hue angle of 181.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FAFF is Cyan = 1, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 250 | 255 | - |
| CMYK | 1 | 0.02 | 0 | 0 |
| HSL | 181.18º | 1% | 0.5% | - |
| HSV(B) | 181.18º | 1% | 1% | - |
| XYZ | 52.24 | 75.59 | 106.45 | - |
| YUV | 175.82 | 172.68 | 2.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 250 | 255 | 1 | 0.02 | 0 | 0 | 181.18 | 1 | 0.5 |
| Hex | 0 | FA | FF | 64 | 2 | 0 | 0 | B5 | 64 | 32 |
| Octal | 0 | 372 | 377 | 144 | 2 | 0 | 0 | 265 | 144 | 62 |
| Binary | 0 | 11111010 | 11111111 | 1100100 | 10 | 0 | 0 | 10110101 | 1100100 | 110010 |
Color Harmonies of #00FAFF
Complementary color
Monochromatic Colors of #00FAFF
Black with #00FAFF
Text Example
Text Example
White with #00FAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00FAFF; }
p { color: rgb(0,250,255); }
H1.HeaderClassName
{
color: #00FAFF;
}
.AnyTagClassName
{
color: #00FAFF;
}
</style>
background-color css
<style>
a { background-color: #00FAFF; }
a { background-color: rgb(0,250,255); }
div.DivClassName
{
background-color: #00FAFF;
}
.BgClassName
{
background-color: #00FAFF;
}
</style>
border-color css
<style>
span { border-color: #00FAFF; }
span { border-color: rgb(0,250,255); }
td.TdClassName
{
border-color: #00FAFF;
}
.TagClassName
{
border-color: #00FAFF;
}
</style>