Shades of Aqua #1CEBFE
Tints of Aqua #1CEBFE
RGB
CMYK
RGB Variations
Color information
#1CEBFE (or 0x1CEBFE) is known color: Aqua. HEX triplet: 1C, EB and FE. RGB value is (28,235,254). Sum of RGB (Red+Green+Blue) = 28+235+254=517 (68% of max value = 765). Red value is 28 (11.33% from 255 or 5.42% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #1CEBFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEBFE is #E31401. Grayscale: #AEAEAE. Windows color (decimal): -14881794 or 16706332. OLE color: 16706332.
HSL color Cylindrical-coordinate representation of color #1CEBFE: hue angle of 185.04º 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 #1CEBFE is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 235 | 254 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.00 |
| HSL | 185.04º | 0.99% | 0.55% | - |
| HSV(B) | 185.04º | 0.89% | 1% | - |
| XYZ | 48.08 | 66.82 | 104.13 | - |
| YUV | 175.27 | 172.42 | 22.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 235 | 254 | 0.89 | 0.07 | 0 | 0.00 | 185.04 | 0.99 | 0.55 |
| Hex | 1C | EB | FE | 59 | 7 | 0 | 0 | B9 | 63 | 37 |
| Octal | 34 | 353 | 376 | 131 | 7 | 0 | 0 | 271 | 143 | 67 |
| Binary | 11100 | 11101011 | 11111110 | 1011001 | 111 | 0 | 0 | 10111001 | 1100011 | 110111 |
Color Harmonies of #1CEBFE
Complementary color
Monochromatic Colors of #1CEBFE
Black with #1CEBFE
Text Example
Text Example
White with #1CEBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEBFE; }
p { color: rgb(28,235,254); }
H1.HeaderClassName
{
color: #1CEBFE;
}
.AnyTagClassName
{
color: #1CEBFE;
}
</style>
background-color css
<style>
a { background-color: #1CEBFE; }
a { background-color: rgb(28,235,254); }
div.DivClassName
{
background-color: #1CEBFE;
}
.BgClassName
{
background-color: #1CEBFE;
}
</style>
border-color css
<style>
span { border-color: #1CEBFE; }
span { border-color: rgb(28,235,254); }
td.TdClassName
{
border-color: #1CEBFE;
}
.TagClassName
{
border-color: #1CEBFE;
}
</style>