Shades of Aqua #0FFCFE
Tints of Aqua #0FFCFE
RGB
CMYK
RGB Variations
Color information
#0FFCFE (or 0x0FFCFE) is known color: Aqua. HEX triplet: 0F, FC and FE. RGB value is (15,252,254). Sum of RGB (Red+Green+Blue) = 15+252+254=521 (69% of max value = 765). Red value is 15 (6.25% from 255 or 2.88% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #0FFCFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFCFE is #F00301. Grayscale: #B5B5B5. Windows color (decimal): -15729410 or 16710671. OLE color: 16710671.
HSL color Cylindrical-coordinate representation of color #0FFCFE: hue angle of 180.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFCFE is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 252 | 254 | - |
| CMYK | 0.94 | 0.01 | 0 | 0.00 |
| HSL | 180.5º | 0.99% | 0.53% | - |
| HSV(B) | 180.5º | 0.94% | 1% | - |
| XYZ | 52.9 | 76.88 | 105.82 | - |
| YUV | 181.37 | 168.98 | 9.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 254 | 0.94 | 0.01 | 0 | 0.00 | 180.5 | 0.99 | 0.53 |
| Hex | F | FC | FE | 5E | 1 | 0 | 0 | B5 | 63 | 35 |
| Octal | 17 | 374 | 376 | 136 | 1 | 0 | 0 | 265 | 143 | 65 |
| Binary | 1111 | 11111100 | 11111110 | 1011110 | 1 | 0 | 0 | 10110101 | 1100011 | 110101 |
Color Harmonies of #0FFCFE
Complementary color
Monochromatic Colors of #0FFCFE
Black with #0FFCFE
Text Example
Text Example
White with #0FFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFCFE; }
p { color: rgb(15,252,254); }
H1.HeaderClassName
{
color: #0FFCFE;
}
.AnyTagClassName
{
color: #0FFCFE;
}
</style>
background-color css
<style>
a { background-color: #0FFCFE; }
a { background-color: rgb(15,252,254); }
div.DivClassName
{
background-color: #0FFCFE;
}
.BgClassName
{
background-color: #0FFCFE;
}
</style>
border-color css
<style>
span { border-color: #0FFCFE; }
span { border-color: rgb(15,252,254); }
td.TdClassName
{
border-color: #0FFCFE;
}
.TagClassName
{
border-color: #0FFCFE;
}
</style>