Shades of Deep Sky Blue #1CD2FE
Tints of Deep Sky Blue #1CD2FE
RGB
CMYK
RGB Variations
Color information
#1CD2FE (or 0x1CD2FE) is known color: Deep Sky Blue. HEX triplet: 1C, D2 and FE. RGB value is (28,210,254). Sum of RGB (Red+Green+Blue) = 28+210+254=492 (65% of max value = 765). Red value is 28 (11.33% from 255 or 5.69% from 492); Green value is 210 (82.42% from 255 or 42.68% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #1CD2FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CD2FE is #E32D01. Grayscale: #A0A0A0. Windows color (decimal): -14888194 or 16699932. OLE color: 16699932.
HSL color Cylindrical-coordinate representation of color #1CD2FE: hue angle of 191.68º 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 #1CD2FE is Cyan = 0.89, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 210 | 254 | - |
| CMYK | 0.89 | 0.17 | 0 | 0.00 |
| HSL | 191.68º | 0.99% | 0.55% | - |
| HSV(B) | 191.68º | 0.89% | 1% | - |
| XYZ | 41.41 | 53.5 | 101.91 | - |
| YUV | 160.6 | 180.7 | 33.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 210 | 254 | 0.89 | 0.17 | 0 | 0.00 | 191.68 | 0.99 | 0.55 |
| Hex | 1C | D2 | FE | 59 | 11 | 0 | 0 | C0 | 63 | 37 |
| Octal | 34 | 322 | 376 | 131 | 21 | 0 | 0 | 300 | 143 | 67 |
| Binary | 11100 | 11010010 | 11111110 | 1011001 | 10001 | 0 | 0 | 11000000 | 1100011 | 110111 |
Color Harmonies of #1CD2FE
Complementary color
Monochromatic Colors of #1CD2FE
Black with #1CD2FE
Text Example
Text Example
White with #1CD2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD2FE; }
p { color: rgb(28,210,254); }
H1.HeaderClassName
{
color: #1CD2FE;
}
.AnyTagClassName
{
color: #1CD2FE;
}
</style>
background-color css
<style>
a { background-color: #1CD2FE; }
a { background-color: rgb(28,210,254); }
div.DivClassName
{
background-color: #1CD2FE;
}
.BgClassName
{
background-color: #1CD2FE;
}
</style>
border-color css
<style>
span { border-color: #1CD2FE; }
span { border-color: rgb(28,210,254); }
td.TdClassName
{
border-color: #1CD2FE;
}
.TagClassName
{
border-color: #1CD2FE;
}
</style>