Shades of Aqua #1CEBFD
Tints of Aqua #1CEBFD
RGB
CMYK
RGB Variations
Color information
#1CEBFD (or 0x1CEBFD) is known color: Aqua. HEX triplet: 1C, EB and FD. RGB value is (28,235,253). Sum of RGB (Red+Green+Blue) = 28+235+253=516 (68% of max value = 765). Red value is 28 (11.33% from 255 or 5.43% from 516); Green value is 235 (92.19% from 255 or 45.54% from 516); Blue value is 253 (99.22% from 255 or 49.03% from 516); Max value from RGB is 253 - color contains mainly: blue. Hex color #1CEBFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CEBFD is #E31402. Grayscale: #AEAEAE. Windows color (decimal): -14881795 or 16640796. OLE color: 16640796.
HSL color Cylindrical-coordinate representation of color #1CEBFD: hue angle of 184.8º 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 #1CEBFD is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 235 | 253 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.01 |
| HSL | 184.8º | 0.98% | 0.55% | - |
| HSV(B) | 184.8º | 0.89% | 0.99% | - |
| XYZ | 47.92 | 66.76 | 103.29 | - |
| YUV | 175.16 | 171.92 | 23.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 235 | 253 | 0.89 | 0.07 | 0 | 0.01 | 184.8 | 0.98 | 0.55 |
| Hex | 1C | EB | FD | 59 | 7 | 0 | 1 | B9 | 62 | 37 |
| Octal | 34 | 353 | 375 | 131 | 7 | 0 | 1 | 271 | 142 | 67 |
| Binary | 11100 | 11101011 | 11111101 | 1011001 | 111 | 0 | 1 | 10111001 | 1100010 | 110111 |
Color Harmonies of #1CEBFD
Complementary color
Monochromatic Colors of #1CEBFD
Black with #1CEBFD
Text Example
Text Example
White with #1CEBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CEBFD; }
p { color: rgb(28,235,253); }
H1.HeaderClassName
{
color: #1CEBFD;
}
.AnyTagClassName
{
color: #1CEBFD;
}
</style>
background-color css
<style>
a { background-color: #1CEBFD; }
a { background-color: rgb(28,235,253); }
div.DivClassName
{
background-color: #1CEBFD;
}
.BgClassName
{
background-color: #1CEBFD;
}
</style>
border-color css
<style>
span { border-color: #1CEBFD; }
span { border-color: rgb(28,235,253); }
td.TdClassName
{
border-color: #1CEBFD;
}
.TagClassName
{
border-color: #1CEBFD;
}
</style>