Shades of Deep Sky Blue #1CD6FF
Tints of Deep Sky Blue #1CD6FF
RGB
CMYK
RGB Variations
Color information
#1CD6FF (or 0x1CD6FF) is known color: Deep Sky Blue. HEX triplet: 1C, D6 and FF. RGB value is (28,214,255). Sum of RGB (Red+Green+Blue) = 28+214+255=497 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.63% from 497); Green value is 214 (83.98% from 255 or 43.06% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CD6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CD6FF is #E32900. Grayscale: #A2A2A2. Windows color (decimal): -14887169 or 16766492. OLE color: 16766492.
HSL color Cylindrical-coordinate representation of color #1CD6FF: hue angle of 190.84º 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 #1CD6FF is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 214 | 255 | - |
| CMYK | 0.89 | 0.16 | 0 | 0 |
| HSL | 190.84º | 1% | 0.55% | - |
| HSV(B) | 190.84º | 0.89% | 1% | - |
| XYZ | 42.58 | 55.56 | 103.09 | - |
| YUV | 163.06 | 179.88 | 31.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 214 | 255 | 0.89 | 0.16 | 0 | 0 | 190.84 | 1 | 0.55 |
| Hex | 1C | D6 | FF | 59 | 10 | 0 | 0 | BF | 64 | 37 |
| Octal | 34 | 326 | 377 | 131 | 20 | 0 | 0 | 277 | 144 | 67 |
| Binary | 11100 | 11010110 | 11111111 | 1011001 | 10000 | 0 | 0 | 10111111 | 1100100 | 110111 |
Color Harmonies of #1CD6FF
Complementary color
Monochromatic Colors of #1CD6FF
Black with #1CD6FF
Text Example
Text Example
White with #1CD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD6FF; }
p { color: rgb(28,214,255); }
H1.HeaderClassName
{
color: #1CD6FF;
}
.AnyTagClassName
{
color: #1CD6FF;
}
</style>
background-color css
<style>
a { background-color: #1CD6FF; }
a { background-color: rgb(28,214,255); }
div.DivClassName
{
background-color: #1CD6FF;
}
.BgClassName
{
background-color: #1CD6FF;
}
</style>
border-color css
<style>
span { border-color: #1CD6FF; }
span { border-color: rgb(28,214,255); }
td.TdClassName
{
border-color: #1CD6FF;
}
.TagClassName
{
border-color: #1CD6FF;
}
</style>