Shades of Aqua #27EEFF
Tints of Aqua #27EEFF
RGB
CMYK
RGB Variations
Color information
#27EEFF (or 0x27EEFF) is known color: Aqua. HEX triplet: 27, EE and FF. RGB value is (39,238,255). Sum of RGB (Red+Green+Blue) = 39+238+255=532 (70% of max value = 765). Red value is 39 (15.62% from 255 or 7.33% from 532); Green value is 238 (93.36% from 255 or 44.74% from 532); Blue value is 255 (100% from 255 or 47.93% from 532); Max value from RGB is 255 - color contains mainly: blue. Hex color #27EEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27EEFF is #D81100. Grayscale: #B4B4B4. Windows color (decimal): -14160129 or 16772647. OLE color: 16772647.
HSL color Cylindrical-coordinate representation of color #27EEFF: hue angle of 184.72º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27EEFF is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 238 | 255 | - |
| CMYK | 0.85 | 0.07 | 0 | 0 |
| HSL | 184.72º | 1% | 0.58% | - |
| HSV(B) | 184.72º | 0.85% | 1% | - |
| XYZ | 49.46 | 68.8 | 105.28 | - |
| YUV | 180.44 | 170.07 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 238 | 255 | 0.85 | 0.07 | 0 | 0 | 184.72 | 1 | 0.58 |
| Hex | 27 | EE | FF | 55 | 7 | 0 | 0 | B9 | 64 | 3A |
| Octal | 47 | 356 | 377 | 125 | 7 | 0 | 0 | 271 | 144 | 72 |
| Binary | 100111 | 11101110 | 11111111 | 1010101 | 111 | 0 | 0 | 10111001 | 1100100 | 111010 |
Color Harmonies of #27EEFF
Complementary color
Monochromatic Colors of #27EEFF
Black with #27EEFF
Text Example
Text Example
White with #27EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EEFF; }
p { color: rgb(39,238,255); }
H1.HeaderClassName
{
color: #27EEFF;
}
.AnyTagClassName
{
color: #27EEFF;
}
</style>
background-color css
<style>
a { background-color: #27EEFF; }
a { background-color: rgb(39,238,255); }
div.DivClassName
{
background-color: #27EEFF;
}
.BgClassName
{
background-color: #27EEFF;
}
</style>
border-color css
<style>
span { border-color: #27EEFF; }
span { border-color: rgb(39,238,255); }
td.TdClassName
{
border-color: #27EEFF;
}
.TagClassName
{
border-color: #27EEFF;
}
</style>