Shades of Aqua #00F3FF
Tints of Aqua #00F3FF
RGB
CMYK
RGB Variations
Color information
#00F3FF (or 0x00F3FF) is known color: Aqua. HEX triplet: 00, F3 and FF. RGB value is (0,243,255). Sum of RGB (Red+Green+Blue) = 0+243+255=498 (65% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 498); Green value is 243 (95.31% from 255 or 48.80% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #00F3FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #00F3FF is #FF0C00. Grayscale: #ABABAB. Windows color (decimal): -16714753 or 16773888. OLE color: 16773888.
HSL color Cylindrical-coordinate representation of color #00F3FF: hue angle of 182.82º 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 #00F3FF is Cyan = 1, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 243 | 255 | - |
| CMYK | 1 | 0.05 | 0 | 0 |
| HSL | 182.82º | 1% | 0.5% | - |
| HSV(B) | 182.82º | 1% | 1% | - |
| XYZ | 50.1 | 71.32 | 105.73 | - |
| YUV | 171.71 | 174.99 | 5.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 243 | 255 | 1 | 0.05 | 0 | 0 | 182.82 | 1 | 0.5 |
| Hex | 0 | F3 | FF | 64 | 5 | 0 | 0 | B7 | 64 | 32 |
| Octal | 0 | 363 | 377 | 144 | 5 | 0 | 0 | 267 | 144 | 62 |
| Binary | 0 | 11110011 | 11111111 | 1100100 | 101 | 0 | 0 | 10110111 | 1100100 | 110010 |
Color Harmonies of #00F3FF
Complementary color
Monochromatic Colors of #00F3FF
Black with #00F3FF
Text Example
Text Example
White with #00F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00F3FF; }
p { color: rgb(0,243,255); }
H1.HeaderClassName
{
color: #00F3FF;
}
.AnyTagClassName
{
color: #00F3FF;
}
</style>
background-color css
<style>
a { background-color: #00F3FF; }
a { background-color: rgb(0,243,255); }
div.DivClassName
{
background-color: #00F3FF;
}
.BgClassName
{
background-color: #00F3FF;
}
</style>
border-color css
<style>
span { border-color: #00F3FF; }
span { border-color: rgb(0,243,255); }
td.TdClassName
{
border-color: #00F3FF;
}
.TagClassName
{
border-color: #00F3FF;
}
</style>