Shades of Deep Sky Blue #1DCBFC
Tints of Deep Sky Blue #1DCBFC
RGB
CMYK
RGB Variations
Color information
#1DCBFC (or 0x1DCBFC) is known color: Deep Sky Blue. HEX triplet: 1D, CB and FC. RGB value is (29,203,252). Sum of RGB (Red+Green+Blue) = 29+203+252=484 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.99% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DCBFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCBFC is #E23403. Grayscale: #9C9C9C. Windows color (decimal): -14824452 or 16567069. OLE color: 16567069.
HSL color Cylindrical-coordinate representation of color #1DCBFC: hue angle of 193.18º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DCBFC is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 203 | 252 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.01 |
| HSL | 193.18º | 0.97% | 0.55% | - |
| HSV(B) | 193.18º | 0.88% | 0.99% | - |
| XYZ | 39.43 | 50 | 99.67 | - |
| YUV | 156.56 | 181.85 | 37.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 203 | 252 | 0.88 | 0.19 | 0 | 0.01 | 193.18 | 0.97 | 0.55 |
| Hex | 1D | CB | FC | 58 | 13 | 0 | 1 | C1 | 61 | 37 |
| Octal | 35 | 313 | 374 | 130 | 23 | 0 | 1 | 301 | 141 | 67 |
| Binary | 11101 | 11001011 | 11111100 | 1011000 | 10011 | 0 | 1 | 11000001 | 1100001 | 110111 |
Color Harmonies of #1DCBFC
Complementary color
Monochromatic Colors of #1DCBFC
Black with #1DCBFC
Text Example
Text Example
White with #1DCBFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCBFC; }
p { color: rgb(29,203,252); }
H1.HeaderClassName
{
color: #1DCBFC;
}
.AnyTagClassName
{
color: #1DCBFC;
}
</style>
background-color css
<style>
a { background-color: #1DCBFC; }
a { background-color: rgb(29,203,252); }
div.DivClassName
{
background-color: #1DCBFC;
}
.BgClassName
{
background-color: #1DCBFC;
}
</style>
border-color css
<style>
span { border-color: #1DCBFC; }
span { border-color: rgb(29,203,252); }
td.TdClassName
{
border-color: #1DCBFC;
}
.TagClassName
{
border-color: #1DCBFC;
}
</style>