Shades of Aqua #08F0FF
Tints of Aqua #08F0FF
RGB
CMYK
RGB Variations
Color information
#08F0FF (or 0x08F0FF) is known color: Aqua. HEX triplet: 08, F0 and FF. RGB value is (8,240,255). Sum of RGB (Red+Green+Blue) = 8+240+255=503 (66% of max value = 765). Red value is 8 (3.52% from 255 or 1.59% from 503); Green value is 240 (94.14% from 255 or 47.71% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #08F0FF is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08F0FF is #F70F00. Grayscale: #ACACAC. Windows color (decimal): -16191233 or 16773128. OLE color: 16773128.
HSL color Cylindrical-coordinate representation of color #08F0FF: hue angle of 183.64º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08F0FF is Cyan = 0.97, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 240 | 255 | - |
| CMYK | 0.97 | 0.06 | 0 | 0 |
| HSL | 183.64º | 1% | 0.52% | - |
| HSV(B) | 183.64º | 0.97% | 1% | - |
| XYZ | 49.31 | 69.59 | 105.44 | - |
| YUV | 172.34 | 174.64 | 10.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 240 | 255 | 0.97 | 0.06 | 0 | 0 | 183.64 | 1 | 0.52 |
| Hex | 8 | F0 | FF | 61 | 6 | 0 | 0 | B8 | 64 | 34 |
| Octal | 10 | 360 | 377 | 141 | 6 | 0 | 0 | 270 | 144 | 64 |
| Binary | 1000 | 11110000 | 11111111 | 1100001 | 110 | 0 | 0 | 10111000 | 1100100 | 110100 |
Color Harmonies of #08F0FF
Complementary color
Monochromatic Colors of #08F0FF
Black with #08F0FF
Text Example
Text Example
White with #08F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08F0FF; }
p { color: rgb(8,240,255); }
H1.HeaderClassName
{
color: #08F0FF;
}
.AnyTagClassName
{
color: #08F0FF;
}
</style>
background-color css
<style>
a { background-color: #08F0FF; }
a { background-color: rgb(8,240,255); }
div.DivClassName
{
background-color: #08F0FF;
}
.BgClassName
{
background-color: #08F0FF;
}
</style>
border-color css
<style>
span { border-color: #08F0FF; }
span { border-color: rgb(8,240,255); }
td.TdClassName
{
border-color: #08F0FF;
}
.TagClassName
{
border-color: #08F0FF;
}
</style>