Shades of Deep Sky Blue #1CC5F3
Tints of Deep Sky Blue #1CC5F3
RGB
CMYK
RGB Variations
Color information
#1CC5F3 (or 0x1CC5F3) is known color: Deep Sky Blue. HEX triplet: 1C, C5 and F3. RGB value is (28,197,243). Sum of RGB (Red+Green+Blue) = 28+197+243=468 (61% of max value = 765). Red value is 28 (11.33% from 255 or 5.98% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 243 (95.31% from 255 or 51.92% from 468); Max value from RGB is 243 - color contains mainly: blue. Hex color #1CC5F3 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC5F3 is #E33A0C. Grayscale: #979797. Windows color (decimal): -14891533 or 15975708. OLE color: 15975708.
HSL color Cylindrical-coordinate representation of color #1CC5F3: hue angle of 192.84º degrees, saturation: 0.9, 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 #1CC5F3 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 28 | 197 | 243 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.05 |
| HSL | 192.84º | 0.9% | 0.53% | - |
| HSV(B) | 192.84º | 0.88% | 0.95% | - |
| XYZ | 36.62 | 46.65 | 91.87 | - |
| YUV | 151.71 | 179.51 | 39.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 197 | 243 | 0.88 | 0.19 | 0 | 0.05 | 192.84 | 0.9 | 0.53 |
| Hex | 1C | C5 | F3 | 58 | 13 | 0 | 5 | C1 | 5A | 35 |
| Octal | 34 | 305 | 363 | 130 | 23 | 0 | 5 | 301 | 132 | 65 |
| Binary | 11100 | 11000101 | 11110011 | 1011000 | 10011 | 0 | 101 | 11000001 | 1011010 | 110101 |
Color Harmonies of #1CC5F3
Complementary color
Monochromatic Colors of #1CC5F3
Black with #1CC5F3
Text Example
Text Example
White with #1CC5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC5F3; }
p { color: rgb(28,197,243); }
H1.HeaderClassName
{
color: #1CC5F3;
}
.AnyTagClassName
{
color: #1CC5F3;
}
</style>
background-color css
<style>
a { background-color: #1CC5F3; }
a { background-color: rgb(28,197,243); }
div.DivClassName
{
background-color: #1CC5F3;
}
.BgClassName
{
background-color: #1CC5F3;
}
</style>
border-color css
<style>
span { border-color: #1CC5F3; }
span { border-color: rgb(28,197,243); }
td.TdClassName
{
border-color: #1CC5F3;
}
.TagClassName
{
border-color: #1CC5F3;
}
</style>