Shades of Aqua #09FDF3
Tints of Aqua #09FDF3
RGB
CMYK
RGB Variations
Color information
#09FDF3 (or 0x09FDF3) is known color: Aqua. HEX triplet: 09, FD and F3. RGB value is (9,253,243). Sum of RGB (Red+Green+Blue) = 9+253+243=505 (66% of max value = 765). Red value is 9 (3.91% from 255 or 1.78% from 505); Green value is 253 (99.22% from 255 or 50.10% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 253 - color contains mainly: green. Hex color #09FDF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09FDF3 is #F6020C. Grayscale: #B2B2B2. Windows color (decimal): -16122381 or 15990025. OLE color: 15990025.
HSL color Cylindrical-coordinate representation of color #09FDF3: hue angle of 177.54º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09FDF3 is Cyan = 0.96, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 253 | 243 | - |
| CMYK | 0.96 | 0 | 0.04 | 0.01 |
| HSL | 177.54º | 0.98% | 0.51% | - |
| HSV(B) | 177.54º | 0.96% | 0.99% | - |
| XYZ | 51.42 | 76.78 | 96.9 | - |
| YUV | 178.9 | 164.16 | 6.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 253 | 243 | 0.96 | 0 | 0.04 | 0.01 | 177.54 | 0.98 | 0.51 |
| Hex | 9 | FD | F3 | 60 | 0 | 4 | 1 | B2 | 62 | 33 |
| Octal | 11 | 375 | 363 | 140 | 0 | 4 | 1 | 262 | 142 | 63 |
| Binary | 1001 | 11111101 | 11110011 | 1100000 | 0 | 100 | 1 | 10110010 | 1100010 | 110011 |
Color Harmonies of #09FDF3
Complementary color
Monochromatic Colors of #09FDF3
Black with #09FDF3
Text Example
Text Example
White with #09FDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09FDF3; }
p { color: rgb(9,253,243); }
H1.HeaderClassName
{
color: #09FDF3;
}
.AnyTagClassName
{
color: #09FDF3;
}
</style>
background-color css
<style>
a { background-color: #09FDF3; }
a { background-color: rgb(9,253,243); }
div.DivClassName
{
background-color: #09FDF3;
}
.BgClassName
{
background-color: #09FDF3;
}
</style>
border-color css
<style>
span { border-color: #09FDF3; }
span { border-color: rgb(9,253,243); }
td.TdClassName
{
border-color: #09FDF3;
}
.TagClassName
{
border-color: #09FDF3;
}
</style>