Shades of Aqua #1BEEFE
Tints of Aqua #1BEEFE
RGB
CMYK
RGB Variations
Color information
#1BEEFE (or 0x1BEEFE) is known color: Aqua. HEX triplet: 1B, EE and FE. RGB value is (27,238,254). Sum of RGB (Red+Green+Blue) = 27+238+254=519 (68% of max value = 765). Red value is 27 (10.94% from 255 or 5.20% from 519); Green value is 238 (93.36% from 255 or 45.86% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BEEFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEEFE is #E41101. Grayscale: #B0B0B0. Windows color (decimal): -14946562 or 16707099. OLE color: 16707099.
HSL color Cylindrical-coordinate representation of color #1BEEFE: hue angle of 184.23º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEEFE is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 238 | 254 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.00 |
| HSL | 184.23º | 0.99% | 0.55% | - |
| HSV(B) | 184.23º | 0.89% | 1% | - |
| XYZ | 48.92 | 68.54 | 104.42 | - |
| YUV | 176.74 | 171.6 | 21.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 238 | 254 | 0.89 | 0.06 | 0 | 0.00 | 184.23 | 0.99 | 0.55 |
| Hex | 1B | EE | FE | 59 | 6 | 0 | 0 | B8 | 63 | 37 |
| Octal | 33 | 356 | 376 | 131 | 6 | 0 | 0 | 270 | 143 | 67 |
| Binary | 11011 | 11101110 | 11111110 | 1011001 | 110 | 0 | 0 | 10111000 | 1100011 | 110111 |
Color Harmonies of #1BEEFE
Complementary color
Monochromatic Colors of #1BEEFE
Black with #1BEEFE
Text Example
Text Example
White with #1BEEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEEFE; }
p { color: rgb(27,238,254); }
H1.HeaderClassName
{
color: #1BEEFE;
}
.AnyTagClassName
{
color: #1BEEFE;
}
</style>
background-color css
<style>
a { background-color: #1BEEFE; }
a { background-color: rgb(27,238,254); }
div.DivClassName
{
background-color: #1BEEFE;
}
.BgClassName
{
background-color: #1BEEFE;
}
</style>
border-color css
<style>
span { border-color: #1BEEFE; }
span { border-color: rgb(27,238,254); }
td.TdClassName
{
border-color: #1BEEFE;
}
.TagClassName
{
border-color: #1BEEFE;
}
</style>