Shades of Aqua #1CEAFC
Tints of Aqua #1CEAFC
RGB
CMYK
RGB Variations
Color information
#1CEAFC (or 0x1CEAFC) is known color: Aqua. HEX triplet: 1C, EA and FC. RGB value is (28,234,252). Sum of RGB (Red+Green+Blue) = 28+234+252=514 (68% of max value = 765). Red value is 28 (11.33% from 255 or 5.45% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 252 (98.83% from 255 or 49.03% from 514); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CEAFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEAFC is #E31503. Grayscale: #AEAEAE. Windows color (decimal): -14882052 or 16575004. OLE color: 16575004.
HSL color Cylindrical-coordinate representation of color #1CEAFC: hue angle of 184.82º 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 #1CEAFC is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 234 | 252 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.01 |
| HSL | 184.82º | 0.97% | 0.55% | - |
| HSV(B) | 184.82º | 0.89% | 0.99% | - |
| XYZ | 47.47 | 66.12 | 102.36 | - |
| YUV | 174.46 | 171.75 | 23.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 234 | 252 | 0.89 | 0.07 | 0 | 0.01 | 184.82 | 0.97 | 0.55 |
| Hex | 1C | EA | FC | 59 | 7 | 0 | 1 | B9 | 61 | 37 |
| Octal | 34 | 352 | 374 | 131 | 7 | 0 | 1 | 271 | 141 | 67 |
| Binary | 11100 | 11101010 | 11111100 | 1011001 | 111 | 0 | 1 | 10111001 | 1100001 | 110111 |
Color Harmonies of #1CEAFC
Complementary color
Monochromatic Colors of #1CEAFC
Black with #1CEAFC
Text Example
Text Example
White with #1CEAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEAFC; }
p { color: rgb(28,234,252); }
H1.HeaderClassName
{
color: #1CEAFC;
}
.AnyTagClassName
{
color: #1CEAFC;
}
</style>
background-color css
<style>
a { background-color: #1CEAFC; }
a { background-color: rgb(28,234,252); }
div.DivClassName
{
background-color: #1CEAFC;
}
.BgClassName
{
background-color: #1CEAFC;
}
</style>
border-color css
<style>
span { border-color: #1CEAFC; }
span { border-color: rgb(28,234,252); }
td.TdClassName
{
border-color: #1CEAFC;
}
.TagClassName
{
border-color: #1CEAFC;
}
</style>