Shades of Aqua #28F3FF
Tints of Aqua #28F3FF
RGB
CMYK
RGB Variations
Color information
#28F3FF (or 0x28F3FF) is known color: Aqua. HEX triplet: 28, F3 and FF. RGB value is (40,243,255). Sum of RGB (Red+Green+Blue) = 40+243+255=538 (71% of max value = 765). Red value is 40 (16.02% from 255 or 7.43% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #28F3FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28F3FF is #D70C00. Grayscale: #B7B7B7. Windows color (decimal): -14093313 or 16773928. OLE color: 16773928.
HSL color Cylindrical-coordinate representation of color #28F3FF: hue angle of 183.35º 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 #28F3FF is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 243 | 255 | - |
| CMYK | 0.84 | 0.05 | 0 | 0 |
| HSL | 183.35º | 1% | 0.58% | - |
| HSV(B) | 183.35º | 0.84% | 1% | - |
| XYZ | 50.98 | 71.77 | 105.77 | - |
| YUV | 183.67 | 168.25 | 25.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 243 | 255 | 0.84 | 0.05 | 0 | 0 | 183.35 | 1 | 0.58 |
| Hex | 28 | F3 | FF | 54 | 5 | 0 | 0 | B7 | 64 | 3A |
| Octal | 50 | 363 | 377 | 124 | 5 | 0 | 0 | 267 | 144 | 72 |
| Binary | 101000 | 11110011 | 11111111 | 1010100 | 101 | 0 | 0 | 10110111 | 1100100 | 111010 |
Color Harmonies of #28F3FF
Complementary color
Monochromatic Colors of #28F3FF
Black with #28F3FF
Text Example
Text Example
White with #28F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28F3FF; }
p { color: rgb(40,243,255); }
H1.HeaderClassName
{
color: #28F3FF;
}
.AnyTagClassName
{
color: #28F3FF;
}
</style>
background-color css
<style>
a { background-color: #28F3FF; }
a { background-color: rgb(40,243,255); }
div.DivClassName
{
background-color: #28F3FF;
}
.BgClassName
{
background-color: #28F3FF;
}
</style>
border-color css
<style>
span { border-color: #28F3FF; }
span { border-color: rgb(40,243,255); }
td.TdClassName
{
border-color: #28F3FF;
}
.TagClassName
{
border-color: #28F3FF;
}
</style>