Shades of Aqua #28ECFC
Tints of Aqua #28ECFC
RGB
CMYK
RGB Variations
Color information
#28ECFC (or 0x28ECFC) is known color: Aqua. HEX triplet: 28, EC and FC. RGB value is (40,236,252). Sum of RGB (Red+Green+Blue) = 40+236+252=528 (69% of max value = 765). Red value is 40 (16.02% from 255 or 7.58% from 528); Green value is 236 (92.58% from 255 or 44.70% from 528); Blue value is 252 (98.83% from 255 or 47.73% from 528); Max value from RGB is 252 - color contains mainly: blue. Hex color #28ECFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28ECFC is #D71303. Grayscale: #B2B2B2. Windows color (decimal): -14095108 or 16575528. OLE color: 16575528.
HSL color Cylindrical-coordinate representation of color #28ECFC: hue angle of 184.53º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28ECFC is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 236 | 252 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.01 |
| HSL | 184.53º | 0.97% | 0.57% | - |
| HSV(B) | 184.53º | 0.84% | 0.99% | - |
| XYZ | 48.44 | 67.47 | 102.57 | - |
| YUV | 179.22 | 169.07 | 28.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 236 | 252 | 0.84 | 0.06 | 0 | 0.01 | 184.53 | 0.97 | 0.57 |
| Hex | 28 | EC | FC | 54 | 6 | 0 | 1 | B9 | 61 | 39 |
| Octal | 50 | 354 | 374 | 124 | 6 | 0 | 1 | 271 | 141 | 71 |
| Binary | 101000 | 11101100 | 11111100 | 1010100 | 110 | 0 | 1 | 10111001 | 1100001 | 111001 |
Color Harmonies of #28ECFC
Complementary color
Monochromatic Colors of #28ECFC
Black with #28ECFC
Text Example
Text Example
White with #28ECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28ECFC; }
p { color: rgb(40,236,252); }
H1.HeaderClassName
{
color: #28ECFC;
}
.AnyTagClassName
{
color: #28ECFC;
}
</style>
background-color css
<style>
a { background-color: #28ECFC; }
a { background-color: rgb(40,236,252); }
div.DivClassName
{
background-color: #28ECFC;
}
.BgClassName
{
background-color: #28ECFC;
}
</style>
border-color css
<style>
span { border-color: #28ECFC; }
span { border-color: rgb(40,236,252); }
td.TdClassName
{
border-color: #28ECFC;
}
.TagClassName
{
border-color: #28ECFC;
}
</style>