Shades of Aqua #28F0FF
Tints of Aqua #28F0FF
RGB
CMYK
RGB Variations
Color information
#28F0FF (or 0x28F0FF) is known color: Aqua. HEX triplet: 28, F0 and FF. RGB value is (40,240,255). Sum of RGB (Red+Green+Blue) = 40+240+255=535 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.48% from 535); Green value is 240 (94.14% from 255 or 44.86% from 535); Blue value is 255 (100% from 255 or 47.66% from 535); Max value from RGB is 255 - color contains mainly: blue. Hex color #28F0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F0FF is #D70F00. Grayscale: #B5B5B5. Windows color (decimal): -14094081 or 16773160. OLE color: 16773160.
HSL color Cylindrical-coordinate representation of color #28F0FF: hue angle of 184.19º 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 #28F0FF is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 240 | 255 | - |
| CMYK | 0.84 | 0.06 | 0 | 0 |
| HSL | 184.19º | 1% | 0.58% | - |
| HSV(B) | 184.19º | 0.84% | 1% | - |
| XYZ | 50.09 | 69.99 | 105.48 | - |
| YUV | 181.91 | 169.24 | 26.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 240 | 255 | 0.84 | 0.06 | 0 | 0 | 184.19 | 1 | 0.58 |
| Hex | 28 | F0 | FF | 54 | 6 | 0 | 0 | B8 | 64 | 3A |
| Octal | 50 | 360 | 377 | 124 | 6 | 0 | 0 | 270 | 144 | 72 |
| Binary | 101000 | 11110000 | 11111111 | 1010100 | 110 | 0 | 0 | 10111000 | 1100100 | 111010 |
Color Harmonies of #28F0FF
Complementary color
Monochromatic Colors of #28F0FF
Black with #28F0FF
Text Example
Text Example
White with #28F0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F0FF; }
p { color: rgb(40,240,255); }
H1.HeaderClassName
{
color: #28F0FF;
}
.AnyTagClassName
{
color: #28F0FF;
}
</style>
background-color css
<style>
a { background-color: #28F0FF; }
a { background-color: rgb(40,240,255); }
div.DivClassName
{
background-color: #28F0FF;
}
.BgClassName
{
background-color: #28F0FF;
}
</style>
border-color css
<style>
span { border-color: #28F0FF; }
span { border-color: rgb(40,240,255); }
td.TdClassName
{
border-color: #28F0FF;
}
.TagClassName
{
border-color: #28F0FF;
}
</style>