Shades of Aqua #09FCFE
Tints of Aqua #09FCFE
RGB
CMYK
RGB Variations
Color information
#09FCFE (or 0x09FCFE) is known color: Aqua. HEX triplet: 09, FC and FE. RGB value is (9,252,254). Sum of RGB (Red+Green+Blue) = 9+252+254=515 (68% of max value = 765). Red value is 9 (3.91% from 255 or 1.75% from 515); Green value is 252 (98.83% from 255 or 48.93% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #09FCFE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FCFE is #F60301. Grayscale: #B3B3B3. Windows color (decimal): -16122626 or 16710665. OLE color: 16710665.
HSL color Cylindrical-coordinate representation of color #09FCFE: hue angle of 180.49º 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 #09FCFE is Cyan = 0.96, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 252 | 254 | - |
| CMYK | 0.96 | 0.01 | 0 | 0.00 |
| HSL | 180.49º | 0.99% | 0.52% | - |
| HSV(B) | 180.49º | 0.96% | 1% | - |
| XYZ | 52.81 | 76.83 | 105.81 | - |
| YUV | 179.57 | 169.99 | 6.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 252 | 254 | 0.96 | 0.01 | 0 | 0.00 | 180.49 | 0.99 | 0.52 |
| Hex | 9 | FC | FE | 60 | 1 | 0 | 0 | B4 | 63 | 34 |
| Octal | 11 | 374 | 376 | 140 | 1 | 0 | 0 | 264 | 143 | 64 |
| Binary | 1001 | 11111100 | 11111110 | 1100000 | 1 | 0 | 0 | 10110100 | 1100011 | 110100 |
Color Harmonies of #09FCFE
Complementary color
Monochromatic Colors of #09FCFE
Black with #09FCFE
Text Example
Text Example
White with #09FCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FCFE; }
p { color: rgb(9,252,254); }
H1.HeaderClassName
{
color: #09FCFE;
}
.AnyTagClassName
{
color: #09FCFE;
}
</style>
background-color css
<style>
a { background-color: #09FCFE; }
a { background-color: rgb(9,252,254); }
div.DivClassName
{
background-color: #09FCFE;
}
.BgClassName
{
background-color: #09FCFE;
}
</style>
border-color css
<style>
span { border-color: #09FCFE; }
span { border-color: rgb(9,252,254); }
td.TdClassName
{
border-color: #09FCFE;
}
.TagClassName
{
border-color: #09FCFE;
}
</style>