Shades of Deep Sky Blue #1DCFFC
Tints of Deep Sky Blue #1DCFFC
RGB
CMYK
RGB Variations
Color information
#1DCFFC (or 0x1DCFFC) is known color: Deep Sky Blue. HEX triplet: 1D, CF and FC. RGB value is (29,207,252). Sum of RGB (Red+Green+Blue) = 29+207+252=488 (64% of max value = 765). Red value is 29 (11.72% from 255 or 5.94% from 488); Green value is 207 (81.25% from 255 or 42.42% from 488); Blue value is 252 (98.83% from 255 or 51.64% from 488); Max value from RGB is 252 - color contains mainly: blue. Hex color #1DCFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1DCFFC is #E23003. Grayscale: #9E9E9E. Windows color (decimal): -14823428 or 16568093. OLE color: 16568093.
HSL color Cylindrical-coordinate representation of color #1DCFFC: hue angle of 192.11º 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 #1DCFFC is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 29 | 207 | 252 | - |
| CMYK | 0.88 | 0.18 | 0 | 0.01 |
| HSL | 192.11º | 0.97% | 0.55% | - |
| HSV(B) | 192.11º | 0.88% | 0.99% | - |
| XYZ | 40.39 | 51.92 | 99.99 | - |
| YUV | 158.91 | 180.53 | 35.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 207 | 252 | 0.88 | 0.18 | 0 | 0.01 | 192.11 | 0.97 | 0.55 |
| Hex | 1D | CF | FC | 58 | 12 | 0 | 1 | C0 | 61 | 37 |
| Octal | 35 | 317 | 374 | 130 | 22 | 0 | 1 | 300 | 141 | 67 |
| Binary | 11101 | 11001111 | 11111100 | 1011000 | 10010 | 0 | 1 | 11000000 | 1100001 | 110111 |
Color Harmonies of #1DCFFC
Complementary color
Monochromatic Colors of #1DCFFC
Black with #1DCFFC
Text Example
Text Example
White with #1DCFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCFFC; }
p { color: rgb(29,207,252); }
H1.HeaderClassName
{
color: #1DCFFC;
}
.AnyTagClassName
{
color: #1DCFFC;
}
</style>
background-color css
<style>
a { background-color: #1DCFFC; }
a { background-color: rgb(29,207,252); }
div.DivClassName
{
background-color: #1DCFFC;
}
.BgClassName
{
background-color: #1DCFFC;
}
</style>
border-color css
<style>
span { border-color: #1DCFFC; }
span { border-color: rgb(29,207,252); }
td.TdClassName
{
border-color: #1DCFFC;
}
.TagClassName
{
border-color: #1DCFFC;
}
</style>