Shades of Aqua #1CEDFD
Tints of Aqua #1CEDFD
RGB
CMYK
RGB Variations
Color information
#1CEDFD (or 0x1CEDFD) is known color: Aqua. HEX triplet: 1C, ED and FD. RGB value is (28,237,253). Sum of RGB (Red+Green+Blue) = 28+237+253=518 (68% of max value = 765). Red value is 28 (11.33% from 255 or 5.41% from 518); Green value is 237 (92.97% from 255 or 45.75% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CEDFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEDFD is #E31202. Grayscale: #B0B0B0. Windows color (decimal): -14881283 or 16641308. OLE color: 16641308.
HSL color Cylindrical-coordinate representation of color #1CEDFD: hue angle of 184.27º degrees, saturation: 0.98, 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 #1CEDFD is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 237 | 253 | - |
| CMYK | 0.89 | 0.06 | 0 | 0.01 |
| HSL | 184.27º | 0.98% | 0.55% | - |
| HSV(B) | 184.27º | 0.89% | 0.99% | - |
| XYZ | 48.49 | 67.91 | 103.48 | - |
| YUV | 176.33 | 171.26 | 22.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 237 | 253 | 0.89 | 0.06 | 0 | 0.01 | 184.27 | 0.98 | 0.55 |
| Hex | 1C | ED | FD | 59 | 6 | 0 | 1 | B8 | 62 | 37 |
| Octal | 34 | 355 | 375 | 131 | 6 | 0 | 1 | 270 | 142 | 67 |
| Binary | 11100 | 11101101 | 11111101 | 1011001 | 110 | 0 | 1 | 10111000 | 1100010 | 110111 |
Color Harmonies of #1CEDFD
Complementary color
Monochromatic Colors of #1CEDFD
Black with #1CEDFD
Text Example
Text Example
White with #1CEDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEDFD; }
p { color: rgb(28,237,253); }
H1.HeaderClassName
{
color: #1CEDFD;
}
.AnyTagClassName
{
color: #1CEDFD;
}
</style>
background-color css
<style>
a { background-color: #1CEDFD; }
a { background-color: rgb(28,237,253); }
div.DivClassName
{
background-color: #1CEDFD;
}
.BgClassName
{
background-color: #1CEDFD;
}
</style>
border-color css
<style>
span { border-color: #1CEDFD; }
span { border-color: rgb(28,237,253); }
td.TdClassName
{
border-color: #1CEDFD;
}
.TagClassName
{
border-color: #1CEDFD;
}
</style>