Shades of Aqua #0FFCEE
Tints of Aqua #0FFCEE
RGB
CMYK
RGB Variations
Color information
#0FFCEE (or 0x0FFCEE) is known color: Aqua. HEX triplet: 0F, FC and EE. RGB value is (15,252,238). Sum of RGB (Red+Green+Blue) = 15+252+238=505 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.97% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFCEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFCEE is #F00311. Grayscale: #B3B3B3. Windows color (decimal): -15729426 or 15662095. OLE color: 15662095.
HSL color Cylindrical-coordinate representation of color #0FFCEE: hue angle of 176.46º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFCEE is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 252 | 238 | - |
| CMYK | 0.94 | 0 | 0.06 | 0.01 |
| HSL | 176.46º | 0.98% | 0.52% | - |
| HSV(B) | 176.46º | 0.94% | 0.99% | - |
| XYZ | 50.44 | 75.9 | 92.88 | - |
| YUV | 179.54 | 160.98 | 10.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 252 | 238 | 0.94 | 0 | 0.06 | 0.01 | 176.46 | 0.98 | 0.52 |
| Hex | F | FC | EE | 5E | 0 | 6 | 1 | B0 | 62 | 34 |
| Octal | 17 | 374 | 356 | 136 | 0 | 6 | 1 | 260 | 142 | 64 |
| Binary | 1111 | 11111100 | 11101110 | 1011110 | 0 | 110 | 1 | 10110000 | 1100010 | 110100 |
Color Harmonies of #0FFCEE
Complementary color
Monochromatic Colors of #0FFCEE
Black with #0FFCEE
Text Example
Text Example
White with #0FFCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFCEE; }
p { color: rgb(15,252,238); }
H1.HeaderClassName
{
color: #0FFCEE;
}
.AnyTagClassName
{
color: #0FFCEE;
}
</style>
background-color css
<style>
a { background-color: #0FFCEE; }
a { background-color: rgb(15,252,238); }
div.DivClassName
{
background-color: #0FFCEE;
}
.BgClassName
{
background-color: #0FFCEE;
}
</style>
border-color css
<style>
span { border-color: #0FFCEE; }
span { border-color: rgb(15,252,238); }
td.TdClassName
{
border-color: #0FFCEE;
}
.TagClassName
{
border-color: #0FFCEE;
}
</style>