Shades of Aqua #1CEDFC
Tints of Aqua #1CEDFC
RGB
CMYK
RGB Variations
Color information
#1CEDFC (or 0x1CEDFC) is known color: Aqua. HEX triplet: 1C, ED and FC. RGB value is (28,237,252). Sum of RGB (Red+Green+Blue) = 28+237+252=517 (68% of max value = 765). Red value is 28 (11.33% from 255 or 5.42% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CEDFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEDFC is #E31203. Grayscale: #AFAFAF. Windows color (decimal): -14881284 or 16575772. OLE color: 16575772.
HSL color Cylindrical-coordinate representation of color #1CEDFC: hue angle of 184.02º 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 #1CEDFC is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 237 | 252 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.01 |
| HSL | 184.02º | 0.97% | 0.55% | - |
| HSV(B) | 184.02º | 0.89% | 0.99% | - |
| XYZ | 48.33 | 67.84 | 102.64 | - |
| YUV | 176.22 | 170.76 | 22.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 237 | 252 | 0.89 | 0.06 | 0 | 0.01 | 184.02 | 0.97 | 0.55 |
| Hex | 1C | ED | FC | 59 | 6 | 0 | 1 | B8 | 61 | 37 |
| Octal | 34 | 355 | 374 | 131 | 6 | 0 | 1 | 270 | 141 | 67 |
| Binary | 11100 | 11101101 | 11111100 | 1011001 | 110 | 0 | 1 | 10111000 | 1100001 | 110111 |
Color Harmonies of #1CEDFC
Complementary color
Monochromatic Colors of #1CEDFC
Black with #1CEDFC
Text Example
Text Example
White with #1CEDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEDFC; }
p { color: rgb(28,237,252); }
H1.HeaderClassName
{
color: #1CEDFC;
}
.AnyTagClassName
{
color: #1CEDFC;
}
</style>
background-color css
<style>
a { background-color: #1CEDFC; }
a { background-color: rgb(28,237,252); }
div.DivClassName
{
background-color: #1CEDFC;
}
.BgClassName
{
background-color: #1CEDFC;
}
</style>
border-color css
<style>
span { border-color: #1CEDFC; }
span { border-color: rgb(28,237,252); }
td.TdClassName
{
border-color: #1CEDFC;
}
.TagClassName
{
border-color: #1CEDFC;
}
</style>