Shades of Deep Sky Blue #1CD0FE
Tints of Deep Sky Blue #1CD0FE
RGB
CMYK
RGB Variations
Color information
#1CD0FE (or 0x1CD0FE) is known color: Deep Sky Blue. HEX triplet: 1C, D0 and FE. RGB value is (28,208,254). Sum of RGB (Red+Green+Blue) = 28+208+254=490 (64% of max value = 765). Red value is 28 (11.33% from 255 or 5.71% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #1CD0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CD0FE is #E32F01. Grayscale: #9F9F9F. Windows color (decimal): -14888706 or 16699420. OLE color: 16699420.
HSL color Cylindrical-coordinate representation of color #1CD0FE: hue angle of 192.21º 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 #1CD0FE is Cyan = 0.89, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 28 | 208 | 254 | - |
| CMYK | 0.89 | 0.18 | 0 | 0.00 |
| HSL | 192.21º | 0.99% | 0.55% | - |
| HSV(B) | 192.21º | 0.89% | 1% | - |
| XYZ | 40.92 | 52.51 | 101.75 | - |
| YUV | 159.42 | 181.37 | 34.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 208 | 254 | 0.89 | 0.18 | 0 | 0.00 | 192.21 | 0.99 | 0.55 |
| Hex | 1C | D0 | FE | 59 | 12 | 0 | 0 | C0 | 63 | 37 |
| Octal | 34 | 320 | 376 | 131 | 22 | 0 | 0 | 300 | 143 | 67 |
| Binary | 11100 | 11010000 | 11111110 | 1011001 | 10010 | 0 | 0 | 11000000 | 1100011 | 110111 |
Color Harmonies of #1CD0FE
Complementary color
Monochromatic Colors of #1CD0FE
Black with #1CD0FE
Text Example
Text Example
White with #1CD0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD0FE; }
p { color: rgb(28,208,254); }
H1.HeaderClassName
{
color: #1CD0FE;
}
.AnyTagClassName
{
color: #1CD0FE;
}
</style>
background-color css
<style>
a { background-color: #1CD0FE; }
a { background-color: rgb(28,208,254); }
div.DivClassName
{
background-color: #1CD0FE;
}
.BgClassName
{
background-color: #1CD0FE;
}
</style>
border-color css
<style>
span { border-color: #1CD0FE; }
span { border-color: rgb(28,208,254); }
td.TdClassName
{
border-color: #1CD0FE;
}
.TagClassName
{
border-color: #1CD0FE;
}
</style>