Shades of Aqua #08FFF2
Tints of Aqua #08FFF2
RGB
CMYK
RGB Variations
Color information
#08FFF2 (or 0x08FFF2) is known color: Aqua. HEX triplet: 08, FF and F2. RGB value is (8,255,242). Sum of RGB (Red+Green+Blue) = 8+255+242=505 (66% of max value = 765). Red value is 8 (3.52% from 255 or 1.58% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #08FFF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08FFF2 is #F7000D. Grayscale: #B3B3B3. Windows color (decimal): -16187406 or 15925000. OLE color: 15925000.
HSL color Cylindrical-coordinate representation of color #08FFF2: hue angle of 176.84º 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 #08FFF2 is Cyan = 0.97, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 255 | 242 | - |
| CMYK | 0.97 | 0 | 0.05 | 0 |
| HSL | 176.84º | 1% | 0.52% | - |
| HSV(B) | 176.84º | 0.97% | 1% | - |
| XYZ | 51.89 | 77.98 | 96.32 | - |
| YUV | 179.67 | 163.17 | 5.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 255 | 242 | 0.97 | 0 | 0.05 | 0 | 176.84 | 1 | 0.52 |
| Hex | 8 | FF | F2 | 61 | 0 | 5 | 0 | B1 | 64 | 34 |
| Octal | 10 | 377 | 362 | 141 | 0 | 5 | 0 | 261 | 144 | 64 |
| Binary | 1000 | 11111111 | 11110010 | 1100001 | 0 | 101 | 0 | 10110001 | 1100100 | 110100 |
Color Harmonies of #08FFF2
Complementary color
Monochromatic Colors of #08FFF2
Black with #08FFF2
Text Example
Text Example
White with #08FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08FFF2; }
p { color: rgb(8,255,242); }
H1.HeaderClassName
{
color: #08FFF2;
}
.AnyTagClassName
{
color: #08FFF2;
}
</style>
background-color css
<style>
a { background-color: #08FFF2; }
a { background-color: rgb(8,255,242); }
div.DivClassName
{
background-color: #08FFF2;
}
.BgClassName
{
background-color: #08FFF2;
}
</style>
border-color css
<style>
span { border-color: #08FFF2; }
span { border-color: rgb(8,255,242); }
td.TdClassName
{
border-color: #08FFF2;
}
.TagClassName
{
border-color: #08FFF2;
}
</style>