Shades of Deep Sky Blue #1CBEEF
Tints of Deep Sky Blue #1CBEEF
RGB
CMYK
RGB Variations
Color information
#1CBEEF (or 0x1CBEEF) is known color: Deep Sky Blue. HEX triplet: 1C, BE and EF. RGB value is (28,190,239). Sum of RGB (Red+Green+Blue) = 28+190+239=457 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.13% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #1CBEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBEEF is #E34110. Grayscale: #929292. Windows color (decimal): -14893329 or 15711772. OLE color: 15711772.
HSL color Cylindrical-coordinate representation of color #1CBEEF: hue angle of 193.93º 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 #1CBEEF is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 190 | 239 | - |
| CMYK | 0.88 | 0.21 | 0 | 0.06 |
| HSL | 193.93º | 0.87% | 0.52% | - |
| HSV(B) | 193.93º | 0.88% | 0.94% | - |
| XYZ | 34.47 | 43.31 | 88.2 | - |
| YUV | 147.15 | 179.83 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 239 | 0.88 | 0.21 | 0 | 0.06 | 193.93 | 0.87 | 0.52 |
| Hex | 1C | BE | EF | 58 | 15 | 0 | 6 | C2 | 57 | 34 |
| Octal | 34 | 276 | 357 | 130 | 25 | 0 | 6 | 302 | 127 | 64 |
| Binary | 11100 | 10111110 | 11101111 | 1011000 | 10101 | 0 | 110 | 11000010 | 1010111 | 110100 |
Color Harmonies of #1CBEEF
Complementary color
Monochromatic Colors of #1CBEEF
Black with #1CBEEF
Text Example
Text Example
White with #1CBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBEEF; }
p { color: rgb(28,190,239); }
H1.HeaderClassName
{
color: #1CBEEF;
}
.AnyTagClassName
{
color: #1CBEEF;
}
</style>
background-color css
<style>
a { background-color: #1CBEEF; }
a { background-color: rgb(28,190,239); }
div.DivClassName
{
background-color: #1CBEEF;
}
.BgClassName
{
background-color: #1CBEEF;
}
</style>
border-color css
<style>
span { border-color: #1CBEEF; }
span { border-color: rgb(28,190,239); }
td.TdClassName
{
border-color: #1CBEEF;
}
.TagClassName
{
border-color: #1CBEEF;
}
</style>