Shades of Deep Sky Blue #1CB7EF
Tints of Deep Sky Blue #1CB7EF
RGB
CMYK
RGB Variations
Color information
#1CB7EF (or 0x1CB7EF) is known color: Deep Sky Blue. HEX triplet: 1C, B7 and EF. RGB value is (28,183,239). Sum of RGB (Red+Green+Blue) = 28+183+239=450 (59% of max value = 765). Red value is 28 (11.33% from 255 or 6.22% from 450); Green value is 183 (71.88% from 255 or 40.67% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CB7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB7EF is #E34810. Grayscale: #8E8E8E. Windows color (decimal): -14895121 or 15709980. OLE color: 15709980.
HSL color Cylindrical-coordinate representation of color #1CB7EF: hue angle of 195.92º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CB7EF is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 183 | 239 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.06 |
| HSL | 195.92º | 0.87% | 0.52% | - |
| HSV(B) | 195.92º | 0.88% | 0.94% | - |
| XYZ | 32.99 | 40.35 | 87.71 | - |
| YUV | 143.04 | 182.15 | 45.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 183 | 239 | 0.88 | 0.23 | 0 | 0.06 | 195.92 | 0.87 | 0.52 |
| Hex | 1C | B7 | EF | 58 | 17 | 0 | 6 | C4 | 57 | 34 |
| Octal | 34 | 267 | 357 | 130 | 27 | 0 | 6 | 304 | 127 | 64 |
| Binary | 11100 | 10110111 | 11101111 | 1011000 | 10111 | 0 | 110 | 11000100 | 1010111 | 110100 |
Color Harmonies of #1CB7EF
Complementary color
Monochromatic Colors of #1CB7EF
Black with #1CB7EF
Text Example
Text Example
White with #1CB7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB7EF; }
p { color: rgb(28,183,239); }
H1.HeaderClassName
{
color: #1CB7EF;
}
.AnyTagClassName
{
color: #1CB7EF;
}
</style>
background-color css
<style>
a { background-color: #1CB7EF; }
a { background-color: rgb(28,183,239); }
div.DivClassName
{
background-color: #1CB7EF;
}
.BgClassName
{
background-color: #1CB7EF;
}
</style>
border-color css
<style>
span { border-color: #1CB7EF; }
span { border-color: rgb(28,183,239); }
td.TdClassName
{
border-color: #1CB7EF;
}
.TagClassName
{
border-color: #1CB7EF;
}
</style>