Shades of Deep Sky Blue #1CD0FF
Tints of Deep Sky Blue #1CD0FF
RGB
CMYK
RGB Variations
Color information
#1CD0FF (or 0x1CD0FF) is known color: Deep Sky Blue. HEX triplet: 1C, D0 and FF. RGB value is (28,208,255). Sum of RGB (Red+Green+Blue) = 28+208+255=491 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.70% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CD0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CD0FF is #E32F00. Grayscale: #9F9F9F. Windows color (decimal): -14888705 or 16764956. OLE color: 16764956.
HSL color Cylindrical-coordinate representation of color #1CD0FF: hue angle of 192.42º 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 #1CD0FF is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 208 | 255 | - |
| CMYK | 0.89 | 0.18 | 0 | 0 |
| HSL | 192.42º | 1% | 0.55% | - |
| HSV(B) | 192.42º | 0.89% | 1% | - |
| XYZ | 41.08 | 52.58 | 102.59 | - |
| YUV | 159.54 | 181.87 | 34.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 208 | 255 | 0.89 | 0.18 | 0 | 0 | 192.42 | 1 | 0.55 |
| Hex | 1C | D0 | FF | 59 | 12 | 0 | 0 | C0 | 64 | 37 |
| Octal | 34 | 320 | 377 | 131 | 22 | 0 | 0 | 300 | 144 | 67 |
| Binary | 11100 | 11010000 | 11111111 | 1011001 | 10010 | 0 | 0 | 11000000 | 1100100 | 110111 |
Color Harmonies of #1CD0FF
Complementary color
Monochromatic Colors of #1CD0FF
Black with #1CD0FF
Text Example
Text Example
White with #1CD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD0FF; }
p { color: rgb(28,208,255); }
H1.HeaderClassName
{
color: #1CD0FF;
}
.AnyTagClassName
{
color: #1CD0FF;
}
</style>
background-color css
<style>
a { background-color: #1CD0FF; }
a { background-color: rgb(28,208,255); }
div.DivClassName
{
background-color: #1CD0FF;
}
.BgClassName
{
background-color: #1CD0FF;
}
</style>
border-color css
<style>
span { border-color: #1CD0FF; }
span { border-color: rgb(28,208,255); }
td.TdClassName
{
border-color: #1CD0FF;
}
.TagClassName
{
border-color: #1CD0FF;
}
</style>