Shades of Aqua #09EFF8
Tints of Aqua #09EFF8
RGB
CMYK
RGB Variations
Color information
#09EFF8 (or 0x09EFF8) is known color: Aqua. HEX triplet: 09, EF and F8. RGB value is (9,239,248). Sum of RGB (Red+Green+Blue) = 9+239+248=496 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 248 (97.27% from 255 or 50% from 496); Max value from RGB is 248 - color contains mainly: blue. Hex color #09EFF8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EFF8 is #F61007. Grayscale: #AAAAAA. Windows color (decimal): -16125960 or 16314121. OLE color: 16314121.
HSL color Cylindrical-coordinate representation of color #09EFF8: hue angle of 182.26º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EFF8 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 239 | 248 | - |
| CMYK | 0.96 | 0.04 | 0 | 0.03 |
| HSL | 182.26º | 0.94% | 0.5% | - |
| HSV(B) | 182.26º | 0.96% | 0.97% | - |
| XYZ | 47.92 | 68.57 | 99.52 | - |
| YUV | 171.26 | 171.3 | 12.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 239 | 248 | 0.96 | 0.04 | 0 | 0.03 | 182.26 | 0.94 | 0.5 |
| Hex | 9 | EF | F8 | 60 | 4 | 0 | 3 | B6 | 5E | 32 |
| Octal | 11 | 357 | 370 | 140 | 4 | 0 | 3 | 266 | 136 | 62 |
| Binary | 1001 | 11101111 | 11111000 | 1100000 | 100 | 0 | 11 | 10110110 | 1011110 | 110010 |
Color Harmonies of #09EFF8
Complementary color
Monochromatic Colors of #09EFF8
Black with #09EFF8
Text Example
Text Example
White with #09EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EFF8; }
p { color: rgb(9,239,248); }
H1.HeaderClassName
{
color: #09EFF8;
}
.AnyTagClassName
{
color: #09EFF8;
}
</style>
background-color css
<style>
a { background-color: #09EFF8; }
a { background-color: rgb(9,239,248); }
div.DivClassName
{
background-color: #09EFF8;
}
.BgClassName
{
background-color: #09EFF8;
}
</style>
border-color css
<style>
span { border-color: #09EFF8; }
span { border-color: rgb(9,239,248); }
td.TdClassName
{
border-color: #09EFF8;
}
.TagClassName
{
border-color: #09EFF8;
}
</style>