Shades of Aqua #1CE6FE
Tints of Aqua #1CE6FE
RGB
CMYK
RGB Variations
Color information
#1CE6FE (or 0x1CE6FE) is known color: Aqua. HEX triplet: 1C, E6 and FE. RGB value is (28,230,254). Sum of RGB (Red+Green+Blue) = 28+230+254=512 (67% of max value = 765). Red value is 28 (11.33% from 255 or 5.47% from 512); Green value is 230 (90.23% from 255 or 44.92% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #1CE6FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CE6FE is #E31901. Grayscale: #ACACAC. Windows color (decimal): -14883074 or 16705052. OLE color: 16705052.
HSL color Cylindrical-coordinate representation of color #1CE6FE: hue angle of 186.37º 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 #1CE6FE is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 230 | 254 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.00 |
| HSL | 186.37º | 0.99% | 0.55% | - |
| HSV(B) | 186.37º | 0.89% | 1% | - |
| XYZ | 46.67 | 64 | 103.66 | - |
| YUV | 172.34 | 174.08 | 25.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 230 | 254 | 0.89 | 0.09 | 0 | 0.00 | 186.37 | 0.99 | 0.55 |
| Hex | 1C | E6 | FE | 59 | 9 | 0 | 0 | BA | 63 | 37 |
| Octal | 34 | 346 | 376 | 131 | 11 | 0 | 0 | 272 | 143 | 67 |
| Binary | 11100 | 11100110 | 11111110 | 1011001 | 1001 | 0 | 0 | 10111010 | 1100011 | 110111 |
Color Harmonies of #1CE6FE
Complementary color
Monochromatic Colors of #1CE6FE
Black with #1CE6FE
Text Example
Text Example
White with #1CE6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CE6FE; }
p { color: rgb(28,230,254); }
H1.HeaderClassName
{
color: #1CE6FE;
}
.AnyTagClassName
{
color: #1CE6FE;
}
</style>
background-color css
<style>
a { background-color: #1CE6FE; }
a { background-color: rgb(28,230,254); }
div.DivClassName
{
background-color: #1CE6FE;
}
.BgClassName
{
background-color: #1CE6FE;
}
</style>
border-color css
<style>
span { border-color: #1CE6FE; }
span { border-color: rgb(28,230,254); }
td.TdClassName
{
border-color: #1CE6FE;
}
.TagClassName
{
border-color: #1CE6FE;
}
</style>