Shades of Deep Sky Blue #1CD9FF
Tints of Deep Sky Blue #1CD9FF
RGB
CMYK
RGB Variations
Color information
#1CD9FF (or 0x1CD9FF) is known color: Deep Sky Blue. HEX triplet: 1C, D9 and FF. RGB value is (28,217,255). Sum of RGB (Red+Green+Blue) = 28+217+255=500 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.6% from 500); Green value is 217 (85.16% from 255 or 43.4% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CD9FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CD9FF is #E32600. Grayscale: #A4A4A4. Windows color (decimal): -14886401 or 16767260. OLE color: 16767260.
HSL color Cylindrical-coordinate representation of color #1CD9FF: hue angle of 190.04º 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 #1CD9FF is Cyan = 0.89, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 217 | 255 | - |
| CMYK | 0.89 | 0.15 | 0 | 0 |
| HSL | 190.04º | 1% | 0.55% | - |
| HSV(B) | 190.04º | 0.89% | 1% | - |
| XYZ | 43.34 | 57.09 | 103.34 | - |
| YUV | 164.82 | 178.88 | 30.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 217 | 255 | 0.89 | 0.15 | 0 | 0 | 190.04 | 1 | 0.55 |
| Hex | 1C | D9 | FF | 59 | F | 0 | 0 | BE | 64 | 37 |
| Octal | 34 | 331 | 377 | 131 | 17 | 0 | 0 | 276 | 144 | 67 |
| Binary | 11100 | 11011001 | 11111111 | 1011001 | 1111 | 0 | 0 | 10111110 | 1100100 | 110111 |
Color Harmonies of #1CD9FF
Complementary color
Monochromatic Colors of #1CD9FF
Black with #1CD9FF
Text Example
Text Example
White with #1CD9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD9FF; }
p { color: rgb(28,217,255); }
H1.HeaderClassName
{
color: #1CD9FF;
}
.AnyTagClassName
{
color: #1CD9FF;
}
</style>
background-color css
<style>
a { background-color: #1CD9FF; }
a { background-color: rgb(28,217,255); }
div.DivClassName
{
background-color: #1CD9FF;
}
.BgClassName
{
background-color: #1CD9FF;
}
</style>
border-color css
<style>
span { border-color: #1CD9FF; }
span { border-color: rgb(28,217,255); }
td.TdClassName
{
border-color: #1CD9FF;
}
.TagClassName
{
border-color: #1CD9FF;
}
</style>