Shades of Aqua #1CF0FF
Tints of Aqua #1CF0FF
RGB
CMYK
RGB Variations
Color information
#1CF0FF (or 0x1CF0FF) is known color: Aqua. HEX triplet: 1C, F0 and FF. RGB value is (28,240,255). Sum of RGB (Red+Green+Blue) = 28+240+255=523 (69% of max value = 765). Red value is 28 (11.33% from 255 or 5.35% from 523); Green value is 240 (94.14% from 255 or 45.89% from 523); Blue value is 255 (100% from 255 or 48.76% from 523); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CF0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #1CF0FF is #E30F00. Grayscale: #B2B2B2. Windows color (decimal): -14880513 or 16773148. OLE color: 16773148.
HSL color Cylindrical-coordinate representation of color #1CF0FF: hue angle of 183.96º 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 #1CF0FF is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 240 | 255 | - |
| CMYK | 0.89 | 0.06 | 0 | 0 |
| HSL | 183.96º | 1% | 0.55% | - |
| HSV(B) | 183.96º | 0.89% | 1% | - |
| XYZ | 49.69 | 69.79 | 105.46 | - |
| YUV | 178.32 | 171.26 | 20.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 240 | 255 | 0.89 | 0.06 | 0 | 0 | 183.96 | 1 | 0.55 |
| Hex | 1C | F0 | FF | 59 | 6 | 0 | 0 | B8 | 64 | 37 |
| Octal | 34 | 360 | 377 | 131 | 6 | 0 | 0 | 270 | 144 | 67 |
| Binary | 11100 | 11110000 | 11111111 | 1011001 | 110 | 0 | 0 | 10111000 | 1100100 | 110111 |
Color Harmonies of #1CF0FF
Complementary color
Monochromatic Colors of #1CF0FF
Black with #1CF0FF
Text Example
Text Example
White with #1CF0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CF0FF; }
p { color: rgb(28,240,255); }
H1.HeaderClassName
{
color: #1CF0FF;
}
.AnyTagClassName
{
color: #1CF0FF;
}
</style>
background-color css
<style>
a { background-color: #1CF0FF; }
a { background-color: rgb(28,240,255); }
div.DivClassName
{
background-color: #1CF0FF;
}
.BgClassName
{
background-color: #1CF0FF;
}
</style>
border-color css
<style>
span { border-color: #1CF0FF; }
span { border-color: rgb(28,240,255); }
td.TdClassName
{
border-color: #1CF0FF;
}
.TagClassName
{
border-color: #1CF0FF;
}
</style>