Shades of Aqua #1CFBF9
Tints of Aqua #1CFBF9
RGB
CMYK
RGB Variations
Color information
#1CFBF9 (or 0x1CFBF9) is known color: Aqua. HEX triplet: 1C, FB and F9. RGB value is (28,251,249). Sum of RGB (Red+Green+Blue) = 28+251+249=528 (69% of max value = 765). Red value is 28 (11.33% from 255 or 5.30% from 528); Green value is 251 (98.44% from 255 or 47.54% from 528); Blue value is 249 (97.66% from 255 or 47.16% from 528); Max value from RGB is 251 - color contains mainly: green. Hex color #1CFBF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CFBF9 is #E30406. Grayscale: #B7B7B7. Windows color (decimal): -14877703 or 16382748. OLE color: 16382748.
HSL color Cylindrical-coordinate representation of color #1CFBF9: hue angle of 179.46º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFBF9 is Cyan = 0.89, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 251 | 249 | - |
| CMYK | 0.89 | 0 | 0.01 | 0.02 |
| HSL | 179.46º | 0.97% | 0.55% | - |
| HSV(B) | 179.46º | 0.89% | 0.98% | - |
| XYZ | 52.07 | 76.08 | 101.56 | - |
| YUV | 184.1 | 164.62 | 16.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 251 | 249 | 0.89 | 0 | 0.01 | 0.02 | 179.46 | 0.97 | 0.55 |
| Hex | 1C | FB | F9 | 59 | 0 | 1 | 2 | B3 | 61 | 37 |
| Octal | 34 | 373 | 371 | 131 | 0 | 1 | 2 | 263 | 141 | 67 |
| Binary | 11100 | 11111011 | 11111001 | 1011001 | 0 | 1 | 10 | 10110011 | 1100001 | 110111 |
Color Harmonies of #1CFBF9
Complementary color
Monochromatic Colors of #1CFBF9
Black with #1CFBF9
Text Example
Text Example
White with #1CFBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFBF9; }
p { color: rgb(28,251,249); }
H1.HeaderClassName
{
color: #1CFBF9;
}
.AnyTagClassName
{
color: #1CFBF9;
}
</style>
background-color css
<style>
a { background-color: #1CFBF9; }
a { background-color: rgb(28,251,249); }
div.DivClassName
{
background-color: #1CFBF9;
}
.BgClassName
{
background-color: #1CFBF9;
}
</style>
border-color css
<style>
span { border-color: #1CFBF9; }
span { border-color: rgb(28,251,249); }
td.TdClassName
{
border-color: #1CFBF9;
}
.TagClassName
{
border-color: #1CFBF9;
}
</style>