Shades of Aqua #0FFBEE
Tints of Aqua #0FFBEE
RGB
CMYK
RGB Variations
Color information
#0FFBEE (or 0x0FFBEE) is known color: Aqua. HEX triplet: 0F, FB and EE. RGB value is (15,251,238). Sum of RGB (Red+Green+Blue) = 15+251+238=504 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.98% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBEE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FFBEE is #F00411. Grayscale: #B2B2B2. Windows color (decimal): -15729682 or 15661839. OLE color: 15661839.
HSL color Cylindrical-coordinate representation of color #0FFBEE: hue angle of 176.69º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFBEE is Cyan = 0.94, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 251 | 238 | - |
| CMYK | 0.94 | 0 | 0.05 | 0.02 |
| HSL | 176.69º | 0.97% | 0.52% | - |
| HSV(B) | 176.69º | 0.94% | 0.98% | - |
| XYZ | 50.13 | 75.27 | 92.78 | - |
| YUV | 178.95 | 161.31 | 11.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 251 | 238 | 0.94 | 0 | 0.05 | 0.02 | 176.69 | 0.97 | 0.52 |
| Hex | F | FB | EE | 5E | 0 | 5 | 2 | B1 | 61 | 34 |
| Octal | 17 | 373 | 356 | 136 | 0 | 5 | 2 | 261 | 141 | 64 |
| Binary | 1111 | 11111011 | 11101110 | 1011110 | 0 | 101 | 10 | 10110001 | 1100001 | 110100 |
Color Harmonies of #0FFBEE
Complementary color
Monochromatic Colors of #0FFBEE
Black with #0FFBEE
Text Example
Text Example
White with #0FFBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FFBEE; }
p { color: rgb(15,251,238); }
H1.HeaderClassName
{
color: #0FFBEE;
}
.AnyTagClassName
{
color: #0FFBEE;
}
</style>
background-color css
<style>
a { background-color: #0FFBEE; }
a { background-color: rgb(15,251,238); }
div.DivClassName
{
background-color: #0FFBEE;
}
.BgClassName
{
background-color: #0FFBEE;
}
</style>
border-color css
<style>
span { border-color: #0FFBEE; }
span { border-color: rgb(15,251,238); }
td.TdClassName
{
border-color: #0FFBEE;
}
.TagClassName
{
border-color: #0FFBEE;
}
</style>