Shades of Aqua #1CECFE
Tints of Aqua #1CECFE
RGB
CMYK
RGB Variations
Color information
#1CECFE (or 0x1CECFE) is known color: Aqua. HEX triplet: 1C, EC and FE. RGB value is (28,236,254). Sum of RGB (Red+Green+Blue) = 28+236+254=518 (68% of max value = 765). Red value is 28 (11.33% from 255 or 5.41% from 518); Green value is 236 (92.58% from 255 or 45.56% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #1CECFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CECFE is #E31301. Grayscale: #AFAFAF. Windows color (decimal): -14881538 or 16706588. OLE color: 16706588.
HSL color Cylindrical-coordinate representation of color #1CECFE: hue angle of 184.78º 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 #1CECFE is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 236 | 254 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.00 |
| HSL | 184.78º | 0.99% | 0.55% | - |
| HSV(B) | 184.78º | 0.89% | 1% | - |
| XYZ | 48.36 | 67.39 | 104.23 | - |
| YUV | 175.86 | 172.09 | 22.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 236 | 254 | 0.89 | 0.07 | 0 | 0.00 | 184.78 | 0.99 | 0.55 |
| Hex | 1C | EC | FE | 59 | 7 | 0 | 0 | B9 | 63 | 37 |
| Octal | 34 | 354 | 376 | 131 | 7 | 0 | 0 | 271 | 143 | 67 |
| Binary | 11100 | 11101100 | 11111110 | 1011001 | 111 | 0 | 0 | 10111001 | 1100011 | 110111 |
Color Harmonies of #1CECFE
Complementary color
Monochromatic Colors of #1CECFE
Black with #1CECFE
Text Example
Text Example
White with #1CECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CECFE; }
p { color: rgb(28,236,254); }
H1.HeaderClassName
{
color: #1CECFE;
}
.AnyTagClassName
{
color: #1CECFE;
}
</style>
background-color css
<style>
a { background-color: #1CECFE; }
a { background-color: rgb(28,236,254); }
div.DivClassName
{
background-color: #1CECFE;
}
.BgClassName
{
background-color: #1CECFE;
}
</style>
border-color css
<style>
span { border-color: #1CECFE; }
span { border-color: rgb(28,236,254); }
td.TdClassName
{
border-color: #1CECFE;
}
.TagClassName
{
border-color: #1CECFE;
}
</style>