Shades of Aqua #09F1FE
Tints of Aqua #09F1FE
RGB
CMYK
RGB Variations
Color information
#09F1FE (or 0x09F1FE) is known color: Aqua. HEX triplet: 09, F1 and FE. RGB value is (9,241,254). Sum of RGB (Red+Green+Blue) = 9+241+254=504 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.79% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #09F1FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09F1FE is #F60E01. Grayscale: #ACACAC. Windows color (decimal): -16125442 or 16707849. OLE color: 16707849.
HSL color Cylindrical-coordinate representation of color #09F1FE: hue angle of 183.18º 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 #09F1FE is Cyan = 0.96, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 241 | 254 | - |
| CMYK | 0.96 | 0.05 | 0 | 0.00 |
| HSL | 183.18º | 0.99% | 0.52% | - |
| HSV(B) | 183.18º | 0.96% | 1% | - |
| XYZ | 49.46 | 70.12 | 104.69 | - |
| YUV | 173.11 | 173.64 | 10.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 241 | 254 | 0.96 | 0.05 | 0 | 0.00 | 183.18 | 0.99 | 0.52 |
| Hex | 9 | F1 | FE | 60 | 5 | 0 | 0 | B7 | 63 | 34 |
| Octal | 11 | 361 | 376 | 140 | 5 | 0 | 0 | 267 | 143 | 64 |
| Binary | 1001 | 11110001 | 11111110 | 1100000 | 101 | 0 | 0 | 10110111 | 1100011 | 110100 |
Color Harmonies of #09F1FE
Complementary color
Monochromatic Colors of #09F1FE
Black with #09F1FE
Text Example
Text Example
White with #09F1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09F1FE; }
p { color: rgb(9,241,254); }
H1.HeaderClassName
{
color: #09F1FE;
}
.AnyTagClassName
{
color: #09F1FE;
}
</style>
background-color css
<style>
a { background-color: #09F1FE; }
a { background-color: rgb(9,241,254); }
div.DivClassName
{
background-color: #09F1FE;
}
.BgClassName
{
background-color: #09F1FE;
}
</style>
border-color css
<style>
span { border-color: #09F1FE; }
span { border-color: rgb(9,241,254); }
td.TdClassName
{
border-color: #09F1FE;
}
.TagClassName
{
border-color: #09F1FE;
}
</style>