Shades of Deep Sky Blue #1DCEFF
Tints of Deep Sky Blue #1DCEFF
RGB
CMYK
RGB Variations
Color information
#1DCEFF (or 0x1DCEFF) is known color: Deep Sky Blue. HEX triplet: 1D, CE and FF. RGB value is (29,206,255). Sum of RGB (Red+Green+Blue) = 29+206+255=490 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.92% from 490); Green value is 206 (80.86% from 255 or 42.04% from 490); Blue value is 255 (100% from 255 or 52.04% from 490); Max value from RGB is 255 - color contains mainly: blue. Hex color #1DCEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCEFF is #E23100. Grayscale: #9E9E9E. Windows color (decimal): -14823681 or 16764445. OLE color: 16764445.
HSL color Cylindrical-coordinate representation of color #1DCEFF: hue angle of 193.01º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DCEFF is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 206 | 255 | - |
| CMYK | 0.89 | 0.19 | 0 | 0 |
| HSL | 193.01º | 1% | 0.56% | - |
| HSV(B) | 193.01º | 0.89% | 1% | - |
| XYZ | 40.63 | 51.62 | 102.43 | - |
| YUV | 158.66 | 182.36 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 206 | 255 | 0.89 | 0.19 | 0 | 0 | 193.01 | 1 | 0.56 |
| Hex | 1D | CE | FF | 59 | 13 | 0 | 0 | C1 | 64 | 38 |
| Octal | 35 | 316 | 377 | 131 | 23 | 0 | 0 | 301 | 144 | 70 |
| Binary | 11101 | 11001110 | 11111111 | 1011001 | 10011 | 0 | 0 | 11000001 | 1100100 | 111000 |
Color Harmonies of #1DCEFF
Complementary color
Monochromatic Colors of #1DCEFF
Black with #1DCEFF
Text Example
Text Example
White with #1DCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCEFF; }
p { color: rgb(29,206,255); }
H1.HeaderClassName
{
color: #1DCEFF;
}
.AnyTagClassName
{
color: #1DCEFF;
}
</style>
background-color css
<style>
a { background-color: #1DCEFF; }
a { background-color: rgb(29,206,255); }
div.DivClassName
{
background-color: #1DCEFF;
}
.BgClassName
{
background-color: #1DCEFF;
}
</style>
border-color css
<style>
span { border-color: #1DCEFF; }
span { border-color: rgb(29,206,255); }
td.TdClassName
{
border-color: #1DCEFF;
}
.TagClassName
{
border-color: #1DCEFF;
}
</style>