Shades of Deep Sky Blue #1CCDFE
Tints of Deep Sky Blue #1CCDFE
RGB
CMYK
RGB Variations
Color information
#1CCDFE (or 0x1CCDFE) is known color: Deep Sky Blue. HEX triplet: 1C, CD and FE. RGB value is (28,205,254). Sum of RGB (Red+Green+Blue) = 28+205+254=487 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.75% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 254 (99.61% from 255 or 52.16% from 487); Max value from RGB is 254 - color contains mainly: blue. Hex color #1CCDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCDFE is #E33201. Grayscale: #9D9D9D. Windows color (decimal): -14889474 or 16698652. OLE color: 16698652.
HSL color Cylindrical-coordinate representation of color #1CCDFE: hue angle of 193.01º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CCDFE is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 205 | 254 | - |
| CMYK | 0.89 | 0.19 | 0 | 0.00 |
| HSL | 193.01º | 0.99% | 0.55% | - |
| HSV(B) | 193.01º | 0.89% | 1% | - |
| XYZ | 40.2 | 51.07 | 101.5 | - |
| YUV | 157.66 | 182.36 | 35.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 254 | 0.89 | 0.19 | 0 | 0.00 | 193.01 | 0.99 | 0.55 |
| Hex | 1C | CD | FE | 59 | 13 | 0 | 0 | C1 | 63 | 37 |
| Octal | 34 | 315 | 376 | 131 | 23 | 0 | 0 | 301 | 143 | 67 |
| Binary | 11100 | 11001101 | 11111110 | 1011001 | 10011 | 0 | 0 | 11000001 | 1100011 | 110111 |
Color Harmonies of #1CCDFE
Complementary color
Monochromatic Colors of #1CCDFE
Black with #1CCDFE
Text Example
Text Example
White with #1CCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCDFE; }
p { color: rgb(28,205,254); }
H1.HeaderClassName
{
color: #1CCDFE;
}
.AnyTagClassName
{
color: #1CCDFE;
}
</style>
background-color css
<style>
a { background-color: #1CCDFE; }
a { background-color: rgb(28,205,254); }
div.DivClassName
{
background-color: #1CCDFE;
}
.BgClassName
{
background-color: #1CCDFE;
}
</style>
border-color css
<style>
span { border-color: #1CCDFE; }
span { border-color: rgb(28,205,254); }
td.TdClassName
{
border-color: #1CCDFE;
}
.TagClassName
{
border-color: #1CCDFE;
}
</style>