Shades of Deep Sky Blue #1CDBFE
Tints of Deep Sky Blue #1CDBFE
RGB
CMYK
RGB Variations
Color information
#1CDBFE (or 0x1CDBFE) is known color: Deep Sky Blue. HEX triplet: 1C, DB and FE. RGB value is (28,219,254). Sum of RGB (Red+Green+Blue) = 28+219+254=501 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.59% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #1CDBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDBFE is #E32401. Grayscale: #A5A5A5. Windows color (decimal): -14885890 or 16702236. OLE color: 16702236.
HSL color Cylindrical-coordinate representation of color #1CDBFE: hue angle of 189.29º 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 #1CDBFE is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 219 | 254 | - |
| CMYK | 0.89 | 0.14 | 0 | 0.00 |
| HSL | 189.29º | 0.99% | 0.55% | - |
| HSV(B) | 189.29º | 0.89% | 1% | - |
| XYZ | 43.7 | 58.07 | 102.67 | - |
| YUV | 165.88 | 177.72 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 219 | 254 | 0.89 | 0.14 | 0 | 0.00 | 189.29 | 0.99 | 0.55 |
| Hex | 1C | DB | FE | 59 | E | 0 | 0 | BD | 63 | 37 |
| Octal | 34 | 333 | 376 | 131 | 16 | 0 | 0 | 275 | 143 | 67 |
| Binary | 11100 | 11011011 | 11111110 | 1011001 | 1110 | 0 | 0 | 10111101 | 1100011 | 110111 |
Color Harmonies of #1CDBFE
Complementary color
Monochromatic Colors of #1CDBFE
Black with #1CDBFE
Text Example
Text Example
White with #1CDBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDBFE; }
p { color: rgb(28,219,254); }
H1.HeaderClassName
{
color: #1CDBFE;
}
.AnyTagClassName
{
color: #1CDBFE;
}
</style>
background-color css
<style>
a { background-color: #1CDBFE; }
a { background-color: rgb(28,219,254); }
div.DivClassName
{
background-color: #1CDBFE;
}
.BgClassName
{
background-color: #1CDBFE;
}
</style>
border-color css
<style>
span { border-color: #1CDBFE; }
span { border-color: rgb(28,219,254); }
td.TdClassName
{
border-color: #1CDBFE;
}
.TagClassName
{
border-color: #1CDBFE;
}
</style>