Shades of Aqua #28F1FF
Tints of Aqua #28F1FF
RGB
CMYK
RGB Variations
Color information
#28F1FF (or 0x28F1FF) is known color: Aqua. HEX triplet: 28, F1 and FF. RGB value is (40,241,255). Sum of RGB (Red+Green+Blue) = 40+241+255=536 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.46% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #28F1FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F1FF is #D70E00. Grayscale: #B6B6B6. Windows color (decimal): -14093825 or 16773416. OLE color: 16773416.
HSL color Cylindrical-coordinate representation of color #28F1FF: hue angle of 183.91º 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 #28F1FF is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 241 | 255 | - |
| CMYK | 0.84 | 0.05 | 0 | 0 |
| HSL | 183.91º | 1% | 0.58% | - |
| HSV(B) | 183.91º | 0.84% | 1% | - |
| XYZ | 50.38 | 70.58 | 105.58 | - |
| YUV | 182.5 | 168.91 | 26.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 241 | 255 | 0.84 | 0.05 | 0 | 0 | 183.91 | 1 | 0.58 |
| Hex | 28 | F1 | FF | 54 | 5 | 0 | 0 | B8 | 64 | 3A |
| Octal | 50 | 361 | 377 | 124 | 5 | 0 | 0 | 270 | 144 | 72 |
| Binary | 101000 | 11110001 | 11111111 | 1010100 | 101 | 0 | 0 | 10111000 | 1100100 | 111010 |
Color Harmonies of #28F1FF
Complementary color
Monochromatic Colors of #28F1FF
Black with #28F1FF
Text Example
Text Example
White with #28F1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F1FF; }
p { color: rgb(40,241,255); }
H1.HeaderClassName
{
color: #28F1FF;
}
.AnyTagClassName
{
color: #28F1FF;
}
</style>
background-color css
<style>
a { background-color: #28F1FF; }
a { background-color: rgb(40,241,255); }
div.DivClassName
{
background-color: #28F1FF;
}
.BgClassName
{
background-color: #28F1FF;
}
</style>
border-color css
<style>
span { border-color: #28F1FF; }
span { border-color: rgb(40,241,255); }
td.TdClassName
{
border-color: #28F1FF;
}
.TagClassName
{
border-color: #28F1FF;
}
</style>