Shades of Aqua #28FAFD
Tints of Aqua #28FAFD
RGB
CMYK
RGB Variations
Color information
#28FAFD (or 0x28FAFD) is known color: Aqua. HEX triplet: 28, FA and FD. RGB value is (40,250,253). Sum of RGB (Red+Green+Blue) = 40+250+253=543 (71% of max value = 765). Red value is 40 (16.02% from 255 or 7.37% from 543); Green value is 250 (98.05% from 255 or 46.04% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #28FAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28FAFD is #D70502. Grayscale: #BBBBBB. Windows color (decimal): -14091523 or 16644648. OLE color: 16644648.
HSL color Cylindrical-coordinate representation of color #28FAFD: hue angle of 180.85º degrees, saturation: 0.98, 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 #28FAFD is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 40 | 250 | 253 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.01 |
| HSL | 180.85º | 0.98% | 0.57% | - |
| HSV(B) | 180.85º | 0.84% | 0.99% | - |
| XYZ | 52.79 | 75.91 | 104.8 | - |
| YUV | 187.55 | 164.93 | 22.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 250 | 253 | 0.84 | 0.01 | 0 | 0.01 | 180.85 | 0.98 | 0.57 |
| Hex | 28 | FA | FD | 54 | 1 | 0 | 1 | B5 | 62 | 39 |
| Octal | 50 | 372 | 375 | 124 | 1 | 0 | 1 | 265 | 142 | 71 |
| Binary | 101000 | 11111010 | 11111101 | 1010100 | 1 | 0 | 1 | 10110101 | 1100010 | 111001 |
Color Harmonies of #28FAFD
Complementary color
Monochromatic Colors of #28FAFD
Black with #28FAFD
Text Example
Text Example
White with #28FAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FAFD; }
p { color: rgb(40,250,253); }
H1.HeaderClassName
{
color: #28FAFD;
}
.AnyTagClassName
{
color: #28FAFD;
}
</style>
background-color css
<style>
a { background-color: #28FAFD; }
a { background-color: rgb(40,250,253); }
div.DivClassName
{
background-color: #28FAFD;
}
.BgClassName
{
background-color: #28FAFD;
}
</style>
border-color css
<style>
span { border-color: #28FAFD; }
span { border-color: rgb(40,250,253); }
td.TdClassName
{
border-color: #28FAFD;
}
.TagClassName
{
border-color: #28FAFD;
}
</style>