Shades of Aqua #1CFAFF
Tints of Aqua #1CFAFF
RGB
CMYK
RGB Variations
Color information
#1CFAFF (or 0x1CFAFF) is known color: Aqua. HEX triplet: 1C, FA and FF. RGB value is (28,250,255). Sum of RGB (Red+Green+Blue) = 28+250+255=533 (70% of max value = 765). Red value is 28 (11.33% from 255 or 5.25% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 255 (100% from 255 or 47.84% from 533); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CFAFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CFAFF is #E30500. Grayscale: #B7B7B7. Windows color (decimal): -14877953 or 16775708. OLE color: 16775708.
HSL color Cylindrical-coordinate representation of color #1CFAFF: hue angle of 181.32º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CFAFF is Cyan = 0.89, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 250 | 255 | - |
| CMYK | 0.89 | 0.02 | 0 | 0 |
| HSL | 181.32º | 1% | 0.55% | - |
| HSV(B) | 181.32º | 0.89% | 1% | - |
| XYZ | 52.71 | 75.84 | 106.47 | - |
| YUV | 184.19 | 167.95 | 16.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 250 | 255 | 0.89 | 0.02 | 0 | 0 | 181.32 | 1 | 0.55 |
| Hex | 1C | FA | FF | 59 | 2 | 0 | 0 | B5 | 64 | 37 |
| Octal | 34 | 372 | 377 | 131 | 2 | 0 | 0 | 265 | 144 | 67 |
| Binary | 11100 | 11111010 | 11111111 | 1011001 | 10 | 0 | 0 | 10110101 | 1100100 | 110111 |
Color Harmonies of #1CFAFF
Complementary color
Monochromatic Colors of #1CFAFF
Black with #1CFAFF
Text Example
Text Example
White with #1CFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CFAFF; }
p { color: rgb(28,250,255); }
H1.HeaderClassName
{
color: #1CFAFF;
}
.AnyTagClassName
{
color: #1CFAFF;
}
</style>
background-color css
<style>
a { background-color: #1CFAFF; }
a { background-color: rgb(28,250,255); }
div.DivClassName
{
background-color: #1CFAFF;
}
.BgClassName
{
background-color: #1CFAFF;
}
</style>
border-color css
<style>
span { border-color: #1CFAFF; }
span { border-color: rgb(28,250,255); }
td.TdClassName
{
border-color: #1CFAFF;
}
.TagClassName
{
border-color: #1CFAFF;
}
</style>