Shades of Deep Sky Blue #1CC3FF
Tints of Deep Sky Blue #1CC3FF
RGB
CMYK
RGB Variations
Color information
#1CC3FF (or 0x1CC3FF) is known color: Deep Sky Blue. HEX triplet: 1C, C3 and FF. RGB value is (28,195,255). Sum of RGB (Red+Green+Blue) = 28+195+255=478 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.86% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 255 (100% from 255 or 53.35% from 478); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CC3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC3FF is #E33C00. Grayscale: #979797. Windows color (decimal): -14892033 or 16761628. OLE color: 16761628.
HSL color Cylindrical-coordinate representation of color #1CC3FF: hue angle of 195.86º 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 #1CC3FF is Cyan = 0.89, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 195 | 255 | - |
| CMYK | 0.89 | 0.24 | 0 | 0 |
| HSL | 195.86º | 1% | 0.55% | - |
| HSV(B) | 195.86º | 0.89% | 1% | - |
| XYZ | 38.04 | 46.5 | 101.58 | - |
| YUV | 151.91 | 186.17 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 195 | 255 | 0.89 | 0.24 | 0 | 0 | 195.86 | 1 | 0.55 |
| Hex | 1C | C3 | FF | 59 | 18 | 0 | 0 | C4 | 64 | 37 |
| Octal | 34 | 303 | 377 | 131 | 30 | 0 | 0 | 304 | 144 | 67 |
| Binary | 11100 | 11000011 | 11111111 | 1011001 | 11000 | 0 | 0 | 11000100 | 1100100 | 110111 |
Color Harmonies of #1CC3FF
Complementary color
Monochromatic Colors of #1CC3FF
Black with #1CC3FF
Text Example
Text Example
White with #1CC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC3FF; }
p { color: rgb(28,195,255); }
H1.HeaderClassName
{
color: #1CC3FF;
}
.AnyTagClassName
{
color: #1CC3FF;
}
</style>
background-color css
<style>
a { background-color: #1CC3FF; }
a { background-color: rgb(28,195,255); }
div.DivClassName
{
background-color: #1CC3FF;
}
.BgClassName
{
background-color: #1CC3FF;
}
</style>
border-color css
<style>
span { border-color: #1CC3FF; }
span { border-color: rgb(28,195,255); }
td.TdClassName
{
border-color: #1CC3FF;
}
.TagClassName
{
border-color: #1CC3FF;
}
</style>