Shades of Aqua #09FFF2
Tints of Aqua #09FFF2
RGB
CMYK
RGB Variations
Color information
#09FFF2 (or 0x09FFF2) is known color: Aqua. HEX triplet: 09, FF and F2. RGB value is (9,255,242). Sum of RGB (Red+Green+Blue) = 9+255+242=506 (67% of max value = 765). Red value is 9 (3.91% from 255 or 1.78% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #09FFF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FFF2 is #F6000D. Grayscale: #B3B3B3. Windows color (decimal): -16121870 or 15925001. OLE color: 15925001.
HSL color Cylindrical-coordinate representation of color #09FFF2: hue angle of 176.83º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FFF2 is Cyan = 0.96, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 255 | 242 | - |
| CMYK | 0.96 | 0 | 0.05 | 0 |
| HSL | 176.83º | 1% | 0.52% | - |
| HSV(B) | 176.83º | 0.96% | 1% | - |
| XYZ | 51.9 | 77.99 | 96.32 | - |
| YUV | 179.96 | 163 | 6.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 255 | 242 | 0.96 | 0 | 0.05 | 0 | 176.83 | 1 | 0.52 |
| Hex | 9 | FF | F2 | 60 | 0 | 5 | 0 | B1 | 64 | 34 |
| Octal | 11 | 377 | 362 | 140 | 0 | 5 | 0 | 261 | 144 | 64 |
| Binary | 1001 | 11111111 | 11110010 | 1100000 | 0 | 101 | 0 | 10110001 | 1100100 | 110100 |
Color Harmonies of #09FFF2
Complementary color
Monochromatic Colors of #09FFF2
Black with #09FFF2
Text Example
Text Example
White with #09FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FFF2; }
p { color: rgb(9,255,242); }
H1.HeaderClassName
{
color: #09FFF2;
}
.AnyTagClassName
{
color: #09FFF2;
}
</style>
background-color css
<style>
a { background-color: #09FFF2; }
a { background-color: rgb(9,255,242); }
div.DivClassName
{
background-color: #09FFF2;
}
.BgClassName
{
background-color: #09FFF2;
}
</style>
border-color css
<style>
span { border-color: #09FFF2; }
span { border-color: rgb(9,255,242); }
td.TdClassName
{
border-color: #09FFF2;
}
.TagClassName
{
border-color: #09FFF2;
}
</style>