Shades of Aqua #1BFEF9
Tints of Aqua #1BFEF9
RGB
CMYK
RGB Variations
Color information
#1BFEF9 (or 0x1BFEF9) is known color: Aqua. HEX triplet: 1B, FE and F9. RGB value is (27,254,249). Sum of RGB (Red+Green+Blue) = 27+254+249=530 (70% of max value = 765). Red value is 27 (10.94% from 255 or 5.09% from 530); Green value is 254 (99.61% from 255 or 47.92% from 530); Blue value is 249 (97.66% from 255 or 46.98% from 530); Max value from RGB is 254 - color contains mainly: green. Hex color #1BFEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BFEF9 is #E40106. Grayscale: #B9B9B9. Windows color (decimal): -14942471 or 16383515. OLE color: 16383515.
HSL color Cylindrical-coordinate representation of color #1BFEF9: hue angle of 178.68º 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 #1BFEF9 is Cyan = 0.89, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 27 | 254 | 249 | - |
| CMYK | 0.89 | 0 | 0.02 | 0.00 |
| HSL | 178.68º | 0.99% | 0.55% | - |
| HSV(B) | 178.68º | 0.89% | 1% | - |
| XYZ | 52.99 | 77.96 | 101.88 | - |
| YUV | 185.56 | 163.79 | 14.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 254 | 249 | 0.89 | 0 | 0.02 | 0.00 | 178.68 | 0.99 | 0.55 |
| Hex | 1B | FE | F9 | 59 | 0 | 2 | 0 | B3 | 63 | 37 |
| Octal | 33 | 376 | 371 | 131 | 0 | 2 | 0 | 263 | 143 | 67 |
| Binary | 11011 | 11111110 | 11111001 | 1011001 | 0 | 10 | 0 | 10110011 | 1100011 | 110111 |
Color Harmonies of #1BFEF9
Complementary color
Monochromatic Colors of #1BFEF9
Black with #1BFEF9
Text Example
Text Example
White with #1BFEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BFEF9; }
p { color: rgb(27,254,249); }
H1.HeaderClassName
{
color: #1BFEF9;
}
.AnyTagClassName
{
color: #1BFEF9;
}
</style>
background-color css
<style>
a { background-color: #1BFEF9; }
a { background-color: rgb(27,254,249); }
div.DivClassName
{
background-color: #1BFEF9;
}
.BgClassName
{
background-color: #1BFEF9;
}
</style>
border-color css
<style>
span { border-color: #1BFEF9; }
span { border-color: rgb(27,254,249); }
td.TdClassName
{
border-color: #1BFEF9;
}
.TagClassName
{
border-color: #1BFEF9;
}
</style>