Shades of Aqua #1BEFFC
Tints of Aqua #1BEFFC
RGB
CMYK
RGB Variations
Color information
#1BEFFC (or 0x1BEFFC) is known color: Aqua. HEX triplet: 1B, EF and FC. RGB value is (27,239,252). Sum of RGB (Red+Green+Blue) = 27+239+252=518 (68% of max value = 765). Red value is 27 (10.94% from 255 or 5.21% from 518); Green value is 239 (93.75% from 255 or 46.14% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #1BEFFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1BEFFC is #E41003. Grayscale: #B0B0B0. Windows color (decimal): -14946308 or 16576283. OLE color: 16576283.
HSL color Cylindrical-coordinate representation of color #1BEFFC: hue angle of 183.47º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BEFFC is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 27 | 239 | 252 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.01 |
| HSL | 183.47º | 0.97% | 0.55% | - |
| HSV(B) | 183.47º | 0.89% | 0.99% | - |
| XYZ | 48.89 | 68.99 | 102.84 | - |
| YUV | 177.09 | 170.26 | 20.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 239 | 252 | 0.89 | 0.05 | 0 | 0.01 | 183.47 | 0.97 | 0.55 |
| Hex | 1B | EF | FC | 59 | 5 | 0 | 1 | B7 | 61 | 37 |
| Octal | 33 | 357 | 374 | 131 | 5 | 0 | 1 | 267 | 141 | 67 |
| Binary | 11011 | 11101111 | 11111100 | 1011001 | 101 | 0 | 1 | 10110111 | 1100001 | 110111 |
Color Harmonies of #1BEFFC
Complementary color
Monochromatic Colors of #1BEFFC
Black with #1BEFFC
Text Example
Text Example
White with #1BEFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BEFFC; }
p { color: rgb(27,239,252); }
H1.HeaderClassName
{
color: #1BEFFC;
}
.AnyTagClassName
{
color: #1BEFFC;
}
</style>
background-color css
<style>
a { background-color: #1BEFFC; }
a { background-color: rgb(27,239,252); }
div.DivClassName
{
background-color: #1BEFFC;
}
.BgClassName
{
background-color: #1BEFFC;
}
</style>
border-color css
<style>
span { border-color: #1BEFFC; }
span { border-color: rgb(27,239,252); }
td.TdClassName
{
border-color: #1BEFFC;
}
.TagClassName
{
border-color: #1BEFFC;
}
</style>