Shades of Deep Sky Blue #1CDEFF
Tints of Deep Sky Blue #1CDEFF
RGB
CMYK
RGB Variations
Color information
#1CDEFF (or 0x1CDEFF) is known color: Deep Sky Blue. HEX triplet: 1C, DE and FF. RGB value is (28,222,255). Sum of RGB (Red+Green+Blue) = 28+222+255=505 (66% of max value = 765). Red value is 28 (11.33% from 255 or 5.54% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 255 (100% from 255 or 50.50% from 505); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CDEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CDEFF is #E32100. Grayscale: #A7A7A7. Windows color (decimal): -14885121 or 16768540. OLE color: 16768540.
HSL color Cylindrical-coordinate representation of color #1CDEFF: hue angle of 188.72º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1CDEFF is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 222 | 255 | - |
| CMYK | 0.89 | 0.13 | 0 | 0 |
| HSL | 188.72º | 1% | 0.55% | - |
| HSV(B) | 188.72º | 0.89% | 1% | - |
| XYZ | 44.65 | 59.71 | 103.78 | - |
| YUV | 167.76 | 177.23 | 28.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 222 | 255 | 0.89 | 0.13 | 0 | 0 | 188.72 | 1 | 0.55 |
| Hex | 1C | DE | FF | 59 | D | 0 | 0 | BD | 64 | 37 |
| Octal | 34 | 336 | 377 | 131 | 15 | 0 | 0 | 275 | 144 | 67 |
| Binary | 11100 | 11011110 | 11111111 | 1011001 | 1101 | 0 | 0 | 10111101 | 1100100 | 110111 |
Color Harmonies of #1CDEFF
Complementary color
Monochromatic Colors of #1CDEFF
Black with #1CDEFF
Text Example
Text Example
White with #1CDEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDEFF; }
p { color: rgb(28,222,255); }
H1.HeaderClassName
{
color: #1CDEFF;
}
.AnyTagClassName
{
color: #1CDEFF;
}
</style>
background-color css
<style>
a { background-color: #1CDEFF; }
a { background-color: rgb(28,222,255); }
div.DivClassName
{
background-color: #1CDEFF;
}
.BgClassName
{
background-color: #1CDEFF;
}
</style>
border-color css
<style>
span { border-color: #1CDEFF; }
span { border-color: rgb(28,222,255); }
td.TdClassName
{
border-color: #1CDEFF;
}
.TagClassName
{
border-color: #1CDEFF;
}
</style>