Shades of Aqua #28F9FF
Tints of Aqua #28F9FF
RGB
CMYK
RGB Variations
Color information
#28F9FF (or 0x28F9FF) is known color: Aqua. HEX triplet: 28, F9 and FF. RGB value is (40,249,255). Sum of RGB (Red+Green+Blue) = 40+249+255=544 (72% of max value = 765). Red value is 40 (16.02% from 255 or 7.35% from 544); Green value is 249 (97.66% from 255 or 45.77% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #28F9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F9FF is #D70600. Grayscale: #BABABA. Windows color (decimal): -14091777 or 16775464. OLE color: 16775464.
HSL color Cylindrical-coordinate representation of color #28F9FF: hue angle of 181.67º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #28F9FF is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 249 | 255 | - |
| CMYK | 0.84 | 0.02 | 0 | 0 |
| HSL | 181.67º | 1% | 0.58% | - |
| HSV(B) | 181.67º | 0.84% | 1% | - |
| XYZ | 52.8 | 75.42 | 106.38 | - |
| YUV | 187.19 | 166.26 | 23.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 249 | 255 | 0.84 | 0.02 | 0 | 0 | 181.67 | 1 | 0.58 |
| Hex | 28 | F9 | FF | 54 | 2 | 0 | 0 | B6 | 64 | 3A |
| Octal | 50 | 371 | 377 | 124 | 2 | 0 | 0 | 266 | 144 | 72 |
| Binary | 101000 | 11111001 | 11111111 | 1010100 | 10 | 0 | 0 | 10110110 | 1100100 | 111010 |
Color Harmonies of #28F9FF
Complementary color
Monochromatic Colors of #28F9FF
Black with #28F9FF
Text Example
Text Example
White with #28F9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F9FF; }
p { color: rgb(40,249,255); }
H1.HeaderClassName
{
color: #28F9FF;
}
.AnyTagClassName
{
color: #28F9FF;
}
</style>
background-color css
<style>
a { background-color: #28F9FF; }
a { background-color: rgb(40,249,255); }
div.DivClassName
{
background-color: #28F9FF;
}
.BgClassName
{
background-color: #28F9FF;
}
</style>
border-color css
<style>
span { border-color: #28F9FF; }
span { border-color: rgb(40,249,255); }
td.TdClassName
{
border-color: #28F9FF;
}
.TagClassName
{
border-color: #28F9FF;
}
</style>