Shades of Aqua #0FEAFF
Tints of Aqua #0FEAFF
RGB
CMYK
RGB Variations
Color information
#0FEAFF (or 0x0FEAFF) is known color: Aqua. HEX triplet: 0F, EA and FF. RGB value is (15,234,255). Sum of RGB (Red+Green+Blue) = 15+234+255=504 (66% of max value = 765). Red value is 15 (6.25% from 255 or 2.98% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #0FEAFF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #0FEAFF is #F01500. Grayscale: #AAAAAA. Windows color (decimal): -15734017 or 16771599. OLE color: 16771599.
HSL color Cylindrical-coordinate representation of color #0FEAFF: hue angle of 185.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 #0FEAFF is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 234 | 255 | - |
| CMYK | 0.94 | 0.08 | 0 | 0 |
| HSL | 185.25º | 1% | 0.53% | - |
| HSV(B) | 185.25º | 0.94% | 1% | - |
| XYZ | 47.67 | 66.17 | 104.87 | - |
| YUV | 170.91 | 175.45 | 16.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 234 | 255 | 0.94 | 0.08 | 0 | 0 | 185.25 | 1 | 0.53 |
| Hex | F | EA | FF | 5E | 8 | 0 | 0 | B9 | 64 | 35 |
| Octal | 17 | 352 | 377 | 136 | 10 | 0 | 0 | 271 | 144 | 65 |
| Binary | 1111 | 11101010 | 11111111 | 1011110 | 1000 | 0 | 0 | 10111001 | 1100100 | 110101 |
Color Harmonies of #0FEAFF
Complementary color
Monochromatic Colors of #0FEAFF
Black with #0FEAFF
Text Example
Text Example
White with #0FEAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FEAFF; }
p { color: rgb(15,234,255); }
H1.HeaderClassName
{
color: #0FEAFF;
}
.AnyTagClassName
{
color: #0FEAFF;
}
</style>
background-color css
<style>
a { background-color: #0FEAFF; }
a { background-color: rgb(15,234,255); }
div.DivClassName
{
background-color: #0FEAFF;
}
.BgClassName
{
background-color: #0FEAFF;
}
</style>
border-color css
<style>
span { border-color: #0FEAFF; }
span { border-color: rgb(15,234,255); }
td.TdClassName
{
border-color: #0FEAFF;
}
.TagClassName
{
border-color: #0FEAFF;
}
</style>