Shades of Aqua #09EBFE
Tints of Aqua #09EBFE
RGB
CMYK
RGB Variations
Color information
#09EBFE (or 0x09EBFE) is known color: Aqua. HEX triplet: 09, EB and FE. RGB value is (9,235,254). Sum of RGB (Red+Green+Blue) = 9+235+254=498 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 498); Green value is 235 (92.19% from 255 or 47.19% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #09EBFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09EBFE is #F61401. Grayscale: #A9A9A9. Windows color (decimal): -16126978 or 16706313. OLE color: 16706313.
HSL color Cylindrical-coordinate representation of color #09EBFE: hue angle of 184.65º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09EBFE is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 235 | 254 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.00 |
| HSL | 184.65º | 0.99% | 0.52% | - |
| HSV(B) | 184.65º | 0.96% | 1% | - |
| XYZ | 47.71 | 66.63 | 104.11 | - |
| YUV | 169.59 | 175.63 | 13.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 235 | 254 | 0.96 | 0.07 | 0 | 0.00 | 184.65 | 0.99 | 0.52 |
| Hex | 9 | EB | FE | 60 | 7 | 0 | 0 | B9 | 63 | 34 |
| Octal | 11 | 353 | 376 | 140 | 7 | 0 | 0 | 271 | 143 | 64 |
| Binary | 1001 | 11101011 | 11111110 | 1100000 | 111 | 0 | 0 | 10111001 | 1100011 | 110100 |
Color Harmonies of #09EBFE
Complementary color
Monochromatic Colors of #09EBFE
Black with #09EBFE
Text Example
Text Example
White with #09EBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09EBFE; }
p { color: rgb(9,235,254); }
H1.HeaderClassName
{
color: #09EBFE;
}
.AnyTagClassName
{
color: #09EBFE;
}
</style>
background-color css
<style>
a { background-color: #09EBFE; }
a { background-color: rgb(9,235,254); }
div.DivClassName
{
background-color: #09EBFE;
}
.BgClassName
{
background-color: #09EBFE;
}
</style>
border-color css
<style>
span { border-color: #09EBFE; }
span { border-color: rgb(9,235,254); }
td.TdClassName
{
border-color: #09EBFE;
}
.TagClassName
{
border-color: #09EBFE;
}
</style>