Shades of Deep Sky Blue #1CCCF1
Tints of Deep Sky Blue #1CCCF1
RGB
CMYK
RGB Variations
Color information
#1CCCF1 (or 0x1CCCF1) is known color: Deep Sky Blue. HEX triplet: 1C, CC and F1. RGB value is (28,204,241). Sum of RGB (Red+Green+Blue) = 28+204+241=473 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.92% from 473); Green value is 204 (80.08% from 255 or 43.13% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #1CCCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCCF1 is #E3330E. Grayscale: #9B9B9B. Windows color (decimal): -14889743 or 15846428. OLE color: 15846428.
HSL color Cylindrical-coordinate representation of color #1CCCF1: hue angle of 190.42º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCCF1 is Cyan = 0.88, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 204 | 241 | - |
| CMYK | 0.88 | 0.15 | 0 | 0.05 |
| HSL | 190.42º | 0.88% | 0.53% | - |
| HSV(B) | 190.42º | 0.88% | 0.95% | - |
| XYZ | 37.95 | 49.78 | 90.83 | - |
| YUV | 155.59 | 176.19 | 36.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 241 | 0.88 | 0.15 | 0 | 0.05 | 190.42 | 0.88 | 0.53 |
| Hex | 1C | CC | F1 | 58 | F | 0 | 5 | BE | 58 | 35 |
| Octal | 34 | 314 | 361 | 130 | 17 | 0 | 5 | 276 | 130 | 65 |
| Binary | 11100 | 11001100 | 11110001 | 1011000 | 1111 | 0 | 101 | 10111110 | 1011000 | 110101 |
Color Harmonies of #1CCCF1
Complementary color
Monochromatic Colors of #1CCCF1
Black with #1CCCF1
Text Example
Text Example
White with #1CCCF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCF1; }
p { color: rgb(28,204,241); }
H1.HeaderClassName
{
color: #1CCCF1;
}
.AnyTagClassName
{
color: #1CCCF1;
}
</style>
background-color css
<style>
a { background-color: #1CCCF1; }
a { background-color: rgb(28,204,241); }
div.DivClassName
{
background-color: #1CCCF1;
}
.BgClassName
{
background-color: #1CCCF1;
}
</style>
border-color css
<style>
span { border-color: #1CCCF1; }
span { border-color: rgb(28,204,241); }
td.TdClassName
{
border-color: #1CCCF1;
}
.TagClassName
{
border-color: #1CCCF1;
}
</style>