Shades of Aqua #0FF2FF
Tints of Aqua #0FF2FF
RGB
CMYK
RGB Variations
Color information
#0FF2FF (or 0x0FF2FF) is known color: Aqua. HEX triplet: 0F, F2 and FF. RGB value is (15,242,255). Sum of RGB (Red+Green+Blue) = 15+242+255=512 (67% of max value = 765). Red value is 15 (6.25% from 255 or 2.93% from 512); Green value is 242 (94.92% from 255 or 47.27% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FF2FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FF2FF is #F00D00. Grayscale: #AFAFAF. Windows color (decimal): -15731969 or 16773647. OLE color: 16773647.
HSL color Cylindrical-coordinate representation of color #0FF2FF: hue angle of 183.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF2FF is Cyan = 0.94, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 242 | 255 | - |
| CMYK | 0.94 | 0.05 | 0 | 0 |
| HSL | 183.25º | 1% | 0.53% | - |
| HSV(B) | 183.25º | 0.94% | 1% | - |
| XYZ | 50 | 70.83 | 105.64 | - |
| YUV | 175.61 | 172.79 | 13.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 242 | 255 | 0.94 | 0.05 | 0 | 0 | 183.25 | 1 | 0.53 |
| Hex | F | F2 | FF | 5E | 5 | 0 | 0 | B7 | 64 | 35 |
| Octal | 17 | 362 | 377 | 136 | 5 | 0 | 0 | 267 | 144 | 65 |
| Binary | 1111 | 11110010 | 11111111 | 1011110 | 101 | 0 | 0 | 10110111 | 1100100 | 110101 |
Color Harmonies of #0FF2FF
Complementary color
Monochromatic Colors of #0FF2FF
Black with #0FF2FF
Text Example
Text Example
White with #0FF2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FF2FF; }
p { color: rgb(15,242,255); }
H1.HeaderClassName
{
color: #0FF2FF;
}
.AnyTagClassName
{
color: #0FF2FF;
}
</style>
background-color css
<style>
a { background-color: #0FF2FF; }
a { background-color: rgb(15,242,255); }
div.DivClassName
{
background-color: #0FF2FF;
}
.BgClassName
{
background-color: #0FF2FF;
}
</style>
border-color css
<style>
span { border-color: #0FF2FF; }
span { border-color: rgb(15,242,255); }
td.TdClassName
{
border-color: #0FF2FF;
}
.TagClassName
{
border-color: #0FF2FF;
}
</style>