Shades of Aqua #08EEF5
Tints of Aqua #08EEF5
RGB
CMYK
RGB Variations
Color information
#08EEF5 (or 0x08EEF5) is known color: Aqua. HEX triplet: 08, EE and F5. RGB value is (8,238,245). Sum of RGB (Red+Green+Blue) = 8+238+245=491 (65% of max value = 765). Red value is 8 (3.52% from 255 or 1.63% from 491); Green value is 238 (93.36% from 255 or 48.47% from 491); Blue value is 245 (96.09% from 255 or 49.90% from 491); Max value from RGB is 245 - color contains mainly: blue. Hex color #08EEF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #08EEF5 is #F7110A. Grayscale: #A9A9A9. Windows color (decimal): -16191755 or 16117256. OLE color: 16117256.
HSL color Cylindrical-coordinate representation of color #08EEF5: hue angle of 181.77º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08EEF5 is Cyan = 0.97, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 238 | 245 | - |
| CMYK | 0.97 | 0.03 | 0 | 0.04 |
| HSL | 181.77º | 0.94% | 0.5% | - |
| HSV(B) | 181.77º | 0.97% | 0.96% | - |
| XYZ | 47.16 | 67.79 | 96.99 | - |
| YUV | 170.03 | 170.3 | 12.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 238 | 245 | 0.97 | 0.03 | 0 | 0.04 | 181.77 | 0.94 | 0.5 |
| Hex | 8 | EE | F5 | 61 | 3 | 0 | 4 | B6 | 5E | 32 |
| Octal | 10 | 356 | 365 | 141 | 3 | 0 | 4 | 266 | 136 | 62 |
| Binary | 1000 | 11101110 | 11110101 | 1100001 | 11 | 0 | 100 | 10110110 | 1011110 | 110010 |
Color Harmonies of #08EEF5
Complementary color
Monochromatic Colors of #08EEF5
Black with #08EEF5
Text Example
Text Example
White with #08EEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08EEF5; }
p { color: rgb(8,238,245); }
H1.HeaderClassName
{
color: #08EEF5;
}
.AnyTagClassName
{
color: #08EEF5;
}
</style>
background-color css
<style>
a { background-color: #08EEF5; }
a { background-color: rgb(8,238,245); }
div.DivClassName
{
background-color: #08EEF5;
}
.BgClassName
{
background-color: #08EEF5;
}
</style>
border-color css
<style>
span { border-color: #08EEF5; }
span { border-color: rgb(8,238,245); }
td.TdClassName
{
border-color: #08EEF5;
}
.TagClassName
{
border-color: #08EEF5;
}
</style>