Shades of Aqua #26EEFF
Tints of Aqua #26EEFF
RGB
CMYK
RGB Variations
Color information
#26EEFF (or 0x26EEFF) is known color: Aqua. HEX triplet: 26, EE and FF. RGB value is (38,238,255). Sum of RGB (Red+Green+Blue) = 38+238+255=531 (70% of max value = 765). Red value is 38 (15.23% from 255 or 7.16% from 531); Green value is 238 (93.36% from 255 or 44.82% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #26EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #26EEFF is #D91100. Grayscale: #B3B3B3. Windows color (decimal): -14225665 or 16772646. OLE color: 16772646.
HSL color Cylindrical-coordinate representation of color #26EEFF: hue angle of 184.7º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26EEFF is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 38 | 238 | 255 | - |
| CMYK | 0.85 | 0.07 | 0 | 0 |
| HSL | 184.7º | 1% | 0.57% | - |
| HSV(B) | 184.7º | 0.85% | 1% | - |
| XYZ | 49.42 | 68.78 | 105.28 | - |
| YUV | 180.14 | 170.24 | 26.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 238 | 255 | 0.85 | 0.07 | 0 | 0 | 184.7 | 1 | 0.57 |
| Hex | 26 | EE | FF | 55 | 7 | 0 | 0 | B9 | 64 | 39 |
| Octal | 46 | 356 | 377 | 125 | 7 | 0 | 0 | 271 | 144 | 71 |
| Binary | 100110 | 11101110 | 11111111 | 1010101 | 111 | 0 | 0 | 10111001 | 1100100 | 111001 |
Color Harmonies of #26EEFF
Complementary color
Monochromatic Colors of #26EEFF
Black with #26EEFF
Text Example
Text Example
White with #26EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26EEFF; }
p { color: rgb(38,238,255); }
H1.HeaderClassName
{
color: #26EEFF;
}
.AnyTagClassName
{
color: #26EEFF;
}
</style>
background-color css
<style>
a { background-color: #26EEFF; }
a { background-color: rgb(38,238,255); }
div.DivClassName
{
background-color: #26EEFF;
}
.BgClassName
{
background-color: #26EEFF;
}
</style>
border-color css
<style>
span { border-color: #26EEFF; }
span { border-color: rgb(38,238,255); }
td.TdClassName
{
border-color: #26EEFF;
}
.TagClassName
{
border-color: #26EEFF;
}
</style>