Shades of Deep Sky Blue #1CCCFC
Tints of Deep Sky Blue #1CCCFC
RGB
CMYK
RGB Variations
Color information
#1CCCFC (or 0x1CCCFC) is known color: Deep Sky Blue. HEX triplet: 1C, CC and FC. RGB value is (28,204,252). Sum of RGB (Red+Green+Blue) = 28+204+252=484 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.79% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #1CCCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCCFC is #E33303. Grayscale: #9C9C9C. Windows color (decimal): -14889732 or 16567324. OLE color: 16567324.
HSL color Cylindrical-coordinate representation of color #1CCCFC: hue angle of 192.86º degrees, saturation: 0.97, 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 #1CCCFC is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 28 | 204 | 252 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.01 |
| HSL | 192.86º | 0.97% | 0.55% | - |
| HSV(B) | 192.86º | 0.89% | 0.99% | - |
| XYZ | 39.64 | 50.46 | 99.75 | - |
| YUV | 156.85 | 181.69 | 36.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 204 | 252 | 0.89 | 0.19 | 0 | 0.01 | 192.86 | 0.97 | 0.55 |
| Hex | 1C | CC | FC | 59 | 13 | 0 | 1 | C1 | 61 | 37 |
| Octal | 34 | 314 | 374 | 131 | 23 | 0 | 1 | 301 | 141 | 67 |
| Binary | 11100 | 11001100 | 11111100 | 1011001 | 10011 | 0 | 1 | 11000001 | 1100001 | 110111 |
Color Harmonies of #1CCCFC
Complementary color
Monochromatic Colors of #1CCCFC
Black with #1CCCFC
Text Example
Text Example
White with #1CCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCCFC; }
p { color: rgb(28,204,252); }
H1.HeaderClassName
{
color: #1CCCFC;
}
.AnyTagClassName
{
color: #1CCCFC;
}
</style>
background-color css
<style>
a { background-color: #1CCCFC; }
a { background-color: rgb(28,204,252); }
div.DivClassName
{
background-color: #1CCCFC;
}
.BgClassName
{
background-color: #1CCCFC;
}
</style>
border-color css
<style>
span { border-color: #1CCCFC; }
span { border-color: rgb(28,204,252); }
td.TdClassName
{
border-color: #1CCCFC;
}
.TagClassName
{
border-color: #1CCCFC;
}
</style>