Shades of Deep Sky Blue #1CC2FA
Tints of Deep Sky Blue #1CC2FA
RGB
CMYK
RGB Variations
Color information
#1CC2FA (or 0x1CC2FA) is known color: Deep Sky Blue. HEX triplet: 1C, C2 and FA. RGB value is (28,194,250). Sum of RGB (Red+Green+Blue) = 28+194+250=472 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.93% from 472); Green value is 194 (76.17% from 255 or 41.10% from 472); Blue value is 250 (98.05% from 255 or 52.97% from 472); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CC2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC2FA is #E33D05. Grayscale: #969696. Windows color (decimal): -14892294 or 16433692. OLE color: 16433692.
HSL color Cylindrical-coordinate representation of color #1CC2FA: hue angle of 195.14º degrees, saturation: 0.96, 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 #1CC2FA is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 194 | 250 | - |
| CMYK | 0.89 | 0.22 | 0 | 0.02 |
| HSL | 195.14º | 0.96% | 0.55% | - |
| HSV(B) | 195.14º | 0.89% | 0.98% | - |
| XYZ | 37.03 | 45.73 | 97.32 | - |
| YUV | 150.75 | 184 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 194 | 250 | 0.89 | 0.22 | 0 | 0.02 | 195.14 | 0.96 | 0.55 |
| Hex | 1C | C2 | FA | 59 | 16 | 0 | 2 | C3 | 60 | 37 |
| Octal | 34 | 302 | 372 | 131 | 26 | 0 | 2 | 303 | 140 | 67 |
| Binary | 11100 | 11000010 | 11111010 | 1011001 | 10110 | 0 | 10 | 11000011 | 1100000 | 110111 |
Color Harmonies of #1CC2FA
Complementary color
Monochromatic Colors of #1CC2FA
Black with #1CC2FA
Text Example
Text Example
White with #1CC2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC2FA; }
p { color: rgb(28,194,250); }
H1.HeaderClassName
{
color: #1CC2FA;
}
.AnyTagClassName
{
color: #1CC2FA;
}
</style>
background-color css
<style>
a { background-color: #1CC2FA; }
a { background-color: rgb(28,194,250); }
div.DivClassName
{
background-color: #1CC2FA;
}
.BgClassName
{
background-color: #1CC2FA;
}
</style>
border-color css
<style>
span { border-color: #1CC2FA; }
span { border-color: rgb(28,194,250); }
td.TdClassName
{
border-color: #1CC2FA;
}
.TagClassName
{
border-color: #1CC2FA;
}
</style>