Shades of Aqua #1BEAFE
Tints of Aqua #1BEAFE
RGB
CMYK
RGB Variations
Color information
#1BEAFE (or 0x1BEAFE) is known color: Aqua. HEX triplet: 1B, EA and FE. RGB value is (27,234,254). Sum of RGB (Red+Green+Blue) = 27+234+254=515 (68% of max value = 765). Red value is 27 (10.94% from 255 or 5.24% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #1BEAFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEAFE is #E41501. Grayscale: #AEAEAE. Windows color (decimal): -14947586 or 16706075. OLE color: 16706075.
HSL color Cylindrical-coordinate representation of color #1BEAFE: hue angle of 185.29º 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 #1BEAFE is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 234 | 254 | - |
| CMYK | 0.89 | 0.08 | 0 | 0.00 |
| HSL | 185.29º | 0.99% | 0.55% | - |
| HSV(B) | 185.29º | 0.89% | 1% | - |
| XYZ | 47.76 | 66.23 | 104.03 | - |
| YUV | 174.39 | 172.92 | 22.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 234 | 254 | 0.89 | 0.08 | 0 | 0.00 | 185.29 | 0.99 | 0.55 |
| Hex | 1B | EA | FE | 59 | 8 | 0 | 0 | B9 | 63 | 37 |
| Octal | 33 | 352 | 376 | 131 | 10 | 0 | 0 | 271 | 143 | 67 |
| Binary | 11011 | 11101010 | 11111110 | 1011001 | 1000 | 0 | 0 | 10111001 | 1100011 | 110111 |
Color Harmonies of #1BEAFE
Complementary color
Monochromatic Colors of #1BEAFE
Black with #1BEAFE
Text Example
Text Example
White with #1BEAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEAFE; }
p { color: rgb(27,234,254); }
H1.HeaderClassName
{
color: #1BEAFE;
}
.AnyTagClassName
{
color: #1BEAFE;
}
</style>
background-color css
<style>
a { background-color: #1BEAFE; }
a { background-color: rgb(27,234,254); }
div.DivClassName
{
background-color: #1BEAFE;
}
.BgClassName
{
background-color: #1BEAFE;
}
</style>
border-color css
<style>
span { border-color: #1BEAFE; }
span { border-color: rgb(27,234,254); }
td.TdClassName
{
border-color: #1BEAFE;
}
.TagClassName
{
border-color: #1BEAFE;
}
</style>