Shades of Deep Sky Blue #1CC6FA
Tints of Deep Sky Blue #1CC6FA
RGB
CMYK
RGB Variations
Color information
#1CC6FA (or 0x1CC6FA) is known color: Deep Sky Blue. HEX triplet: 1C, C6 and FA. RGB value is (28,198,250). Sum of RGB (Red+Green+Blue) = 28+198+250=476 (63% of max value = 765). Red value is 28 (11.33% from 255 or 5.88% from 476); Green value is 198 (77.73% from 255 or 41.60% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #1CC6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CC6FA is #E33905. Grayscale: #989898. Windows color (decimal): -14891270 or 16434716. OLE color: 16434716.
HSL color Cylindrical-coordinate representation of color #1CC6FA: hue angle of 194.05º 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 #1CC6FA is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 28 | 198 | 250 | - |
| CMYK | 0.89 | 0.21 | 0 | 0.02 |
| HSL | 194.05º | 0.96% | 0.55% | - |
| HSV(B) | 194.05º | 0.89% | 0.98% | - |
| XYZ | 37.93 | 47.54 | 97.62 | - |
| YUV | 153.1 | 182.68 | 38.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 198 | 250 | 0.89 | 0.21 | 0 | 0.02 | 194.05 | 0.96 | 0.55 |
| Hex | 1C | C6 | FA | 59 | 15 | 0 | 2 | C2 | 60 | 37 |
| Octal | 34 | 306 | 372 | 131 | 25 | 0 | 2 | 302 | 140 | 67 |
| Binary | 11100 | 11000110 | 11111010 | 1011001 | 10101 | 0 | 10 | 11000010 | 1100000 | 110111 |
Color Harmonies of #1CC6FA
Complementary color
Monochromatic Colors of #1CC6FA
Black with #1CC6FA
Text Example
Text Example
White with #1CC6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CC6FA; }
p { color: rgb(28,198,250); }
H1.HeaderClassName
{
color: #1CC6FA;
}
.AnyTagClassName
{
color: #1CC6FA;
}
</style>
background-color css
<style>
a { background-color: #1CC6FA; }
a { background-color: rgb(28,198,250); }
div.DivClassName
{
background-color: #1CC6FA;
}
.BgClassName
{
background-color: #1CC6FA;
}
</style>
border-color css
<style>
span { border-color: #1CC6FA; }
span { border-color: rgb(28,198,250); }
td.TdClassName
{
border-color: #1CC6FA;
}
.TagClassName
{
border-color: #1CC6FA;
}
</style>