Shades of Aqua #28EAFF
Tints of Aqua #28EAFF
RGB
CMYK
RGB Variations
Color information
#28EAFF (or 0x28EAFF) is known color: Aqua. HEX triplet: 28, EA and FF. RGB value is (40,234,255). Sum of RGB (Red+Green+Blue) = 40+234+255=529 (70% of max value = 765). Red value is 40 (16.02% from 255 or 7.56% from 529); Green value is 234 (91.80% from 255 or 44.23% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #28EAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #28EAFF is #D71500. Grayscale: #B2B2B2. Windows color (decimal): -14095617 or 16771624. OLE color: 16771624.
HSL color Cylindrical-coordinate representation of color #28EAFF: hue angle of 185.86º 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 #28EAFF is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 234 | 255 | - |
| CMYK | 0.84 | 0.08 | 0 | 0 |
| HSL | 185.86º | 1% | 0.58% | - |
| HSV(B) | 185.86º | 0.84% | 1% | - |
| XYZ | 48.35 | 66.52 | 104.9 | - |
| YUV | 178.39 | 171.23 | 29.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 234 | 255 | 0.84 | 0.08 | 0 | 0 | 185.86 | 1 | 0.58 |
| Hex | 28 | EA | FF | 54 | 8 | 0 | 0 | BA | 64 | 3A |
| Octal | 50 | 352 | 377 | 124 | 10 | 0 | 0 | 272 | 144 | 72 |
| Binary | 101000 | 11101010 | 11111111 | 1010100 | 1000 | 0 | 0 | 10111010 | 1100100 | 111010 |
Color Harmonies of #28EAFF
Complementary color
Monochromatic Colors of #28EAFF
Black with #28EAFF
Text Example
Text Example
White with #28EAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28EAFF; }
p { color: rgb(40,234,255); }
H1.HeaderClassName
{
color: #28EAFF;
}
.AnyTagClassName
{
color: #28EAFF;
}
</style>
background-color css
<style>
a { background-color: #28EAFF; }
a { background-color: rgb(40,234,255); }
div.DivClassName
{
background-color: #28EAFF;
}
.BgClassName
{
background-color: #28EAFF;
}
</style>
border-color css
<style>
span { border-color: #28EAFF; }
span { border-color: rgb(40,234,255); }
td.TdClassName
{
border-color: #28EAFF;
}
.TagClassName
{
border-color: #28EAFF;
}
</style>