Shades of Aqua #09ECFD
Tints of Aqua #09ECFD
RGB
CMYK
RGB Variations
Color information
#09ECFD (or 0x09ECFD) is known color: Aqua. HEX triplet: 09, EC and FD. RGB value is (9,236,253). Sum of RGB (Red+Green+Blue) = 9+236+253=498 (65% of max value = 765). Red value is 9 (3.91% from 255 or 1.81% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 253 (99.22% from 255 or 50.80% from 498); Max value from RGB is 253 - color contains mainly: blue. Hex color #09ECFD is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #09ECFD is #F61302. Grayscale: #A9A9A9. Windows color (decimal): -16126723 or 16641033. OLE color: 16641033.
HSL color Cylindrical-coordinate representation of color #09ECFD: hue angle of 184.18º 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 #09ECFD is Cyan = 0.96, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 236 | 253 | - |
| CMYK | 0.96 | 0.07 | 0 | 0.01 |
| HSL | 184.18º | 0.98% | 0.51% | - |
| HSV(B) | 184.18º | 0.96% | 0.99% | - |
| XYZ | 47.84 | 67.14 | 103.37 | - |
| YUV | 170.07 | 174.79 | 13.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 236 | 253 | 0.96 | 0.07 | 0 | 0.01 | 184.18 | 0.98 | 0.51 |
| Hex | 9 | EC | FD | 60 | 7 | 0 | 1 | B8 | 62 | 33 |
| Octal | 11 | 354 | 375 | 140 | 7 | 0 | 1 | 270 | 142 | 63 |
| Binary | 1001 | 11101100 | 11111101 | 1100000 | 111 | 0 | 1 | 10111000 | 1100010 | 110011 |
Color Harmonies of #09ECFD
Complementary color
Monochromatic Colors of #09ECFD
Black with #09ECFD
Text Example
Text Example
White with #09ECFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09ECFD; }
p { color: rgb(9,236,253); }
H1.HeaderClassName
{
color: #09ECFD;
}
.AnyTagClassName
{
color: #09ECFD;
}
</style>
background-color css
<style>
a { background-color: #09ECFD; }
a { background-color: rgb(9,236,253); }
div.DivClassName
{
background-color: #09ECFD;
}
.BgClassName
{
background-color: #09ECFD;
}
</style>
border-color css
<style>
span { border-color: #09ECFD; }
span { border-color: rgb(9,236,253); }
td.TdClassName
{
border-color: #09ECFD;
}
.TagClassName
{
border-color: #09ECFD;
}
</style>