Shades of Aqua #27F8FF
Tints of Aqua #27F8FF
RGB
CMYK
RGB Variations
Color information
#27F8FF (or 0x27F8FF) is known color: Aqua. HEX triplet: 27, F8 and FF. RGB value is (39,248,255). Sum of RGB (Red+Green+Blue) = 39+248+255=542 (71% of max value = 765). Red value is 39 (15.62% from 255 or 7.20% from 542); Green value is 248 (97.27% from 255 or 45.76% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #27F8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27F8FF is #D80700. Grayscale: #BABABA. Windows color (decimal): -14157569 or 16775207. OLE color: 16775207.
HSL color Cylindrical-coordinate representation of color #27F8FF: hue angle of 181.94º 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 #27F8FF is Cyan = 0.85, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 248 | 255 | - |
| CMYK | 0.85 | 0.03 | 0 | 0 |
| HSL | 181.94º | 1% | 0.58% | - |
| HSV(B) | 181.94º | 0.85% | 1% | - |
| XYZ | 52.45 | 74.79 | 106.28 | - |
| YUV | 186.31 | 166.76 | 22.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 248 | 255 | 0.85 | 0.03 | 0 | 0 | 181.94 | 1 | 0.58 |
| Hex | 27 | F8 | FF | 55 | 3 | 0 | 0 | B6 | 64 | 3A |
| Octal | 47 | 370 | 377 | 125 | 3 | 0 | 0 | 266 | 144 | 72 |
| Binary | 100111 | 11111000 | 11111111 | 1010101 | 11 | 0 | 0 | 10110110 | 1100100 | 111010 |
Color Harmonies of #27F8FF
Complementary color
Monochromatic Colors of #27F8FF
Black with #27F8FF
Text Example
Text Example
White with #27F8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F8FF; }
p { color: rgb(39,248,255); }
H1.HeaderClassName
{
color: #27F8FF;
}
.AnyTagClassName
{
color: #27F8FF;
}
</style>
background-color css
<style>
a { background-color: #27F8FF; }
a { background-color: rgb(39,248,255); }
div.DivClassName
{
background-color: #27F8FF;
}
.BgClassName
{
background-color: #27F8FF;
}
</style>
border-color css
<style>
span { border-color: #27F8FF; }
span { border-color: rgb(39,248,255); }
td.TdClassName
{
border-color: #27F8FF;
}
.TagClassName
{
border-color: #27F8FF;
}
</style>