Shades of Aqua #00F2FE
Tints of Aqua #00F2FE
RGB
CMYK
RGB Variations
Color information
#00F2FE (or 0x00F2FE) is known color: Aqua. HEX triplet: 00, F2 and FE. RGB value is (0,242,254). Sum of RGB (Red+Green+Blue) = 0+242+254=496 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 496); Green value is 242 (94.92% from 255 or 48.79% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #00F2FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F2FE is #FF0D01. Grayscale: #AAAAAA. Windows color (decimal): -16715010 or 16708096. OLE color: 16708096.
HSL color Cylindrical-coordinate representation of color #00F2FE: hue angle of 182.83º 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 #00F2FE is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 0 | 242 | 254 | - |
| CMYK | 1 | 0.05 | 0 | 0.00 |
| HSL | 182.83º | 1% | 0.5% | - |
| HSV(B) | 182.83º | 1% | 1% | - |
| XYZ | 49.64 | 70.66 | 104.79 | - |
| YUV | 171.01 | 174.83 | 6.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 242 | 254 | 1 | 0.05 | 0 | 0.00 | 182.83 | 1 | 0.5 |
| Hex | 0 | F2 | FE | 64 | 5 | 0 | 0 | B7 | 64 | 32 |
| Octal | 0 | 362 | 376 | 144 | 5 | 0 | 0 | 267 | 144 | 62 |
| Binary | 0 | 11110010 | 11111110 | 1100100 | 101 | 0 | 0 | 10110111 | 1100100 | 110010 |
Color Harmonies of #00F2FE
Complementary color
Monochromatic Colors of #00F2FE
Black with #00F2FE
Text Example
Text Example
White with #00F2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F2FE; }
p { color: rgb(0,242,254); }
H1.HeaderClassName
{
color: #00F2FE;
}
.AnyTagClassName
{
color: #00F2FE;
}
</style>
background-color css
<style>
a { background-color: #00F2FE; }
a { background-color: rgb(0,242,254); }
div.DivClassName
{
background-color: #00F2FE;
}
.BgClassName
{
background-color: #00F2FE;
}
</style>
border-color css
<style>
span { border-color: #00F2FE; }
span { border-color: rgb(0,242,254); }
td.TdClassName
{
border-color: #00F2FE;
}
.TagClassName
{
border-color: #00F2FE;
}
</style>