Shades of Aqua #27F3FF
Tints of Aqua #27F3FF
RGB
CMYK
RGB Variations
Color information
#27F3FF (or 0x27F3FF) is known color: Aqua. HEX triplet: 27, F3 and FF. RGB value is (39,243,255). Sum of RGB (Red+Green+Blue) = 39+243+255=537 (71% of max value = 765). Red value is 39 (15.62% from 255 or 7.26% from 537); Green value is 243 (95.31% from 255 or 45.25% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #27F3FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27F3FF is #D80C00. Grayscale: #B7B7B7. Windows color (decimal): -14158849 or 16773927. OLE color: 16773927.
HSL color Cylindrical-coordinate representation of color #27F3FF: hue angle of 183.33º 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 #27F3FF is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 243 | 255 | - |
| CMYK | 0.85 | 0.05 | 0 | 0 |
| HSL | 183.33º | 1% | 0.58% | - |
| HSV(B) | 183.33º | 0.85% | 1% | - |
| XYZ | 50.94 | 71.75 | 105.77 | - |
| YUV | 183.37 | 168.41 | 25.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 243 | 255 | 0.85 | 0.05 | 0 | 0 | 183.33 | 1 | 0.58 |
| Hex | 27 | F3 | FF | 55 | 5 | 0 | 0 | B7 | 64 | 3A |
| Octal | 47 | 363 | 377 | 125 | 5 | 0 | 0 | 267 | 144 | 72 |
| Binary | 100111 | 11110011 | 11111111 | 1010101 | 101 | 0 | 0 | 10110111 | 1100100 | 111010 |
Color Harmonies of #27F3FF
Complementary color
Monochromatic Colors of #27F3FF
Black with #27F3FF
Text Example
Text Example
White with #27F3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27F3FF; }
p { color: rgb(39,243,255); }
H1.HeaderClassName
{
color: #27F3FF;
}
.AnyTagClassName
{
color: #27F3FF;
}
</style>
background-color css
<style>
a { background-color: #27F3FF; }
a { background-color: rgb(39,243,255); }
div.DivClassName
{
background-color: #27F3FF;
}
.BgClassName
{
background-color: #27F3FF;
}
</style>
border-color css
<style>
span { border-color: #27F3FF; }
span { border-color: rgb(39,243,255); }
td.TdClassName
{
border-color: #27F3FF;
}
.TagClassName
{
border-color: #27F3FF;
}
</style>