Shades of Deep Sky Blue #1CCBEB
Tints of Deep Sky Blue #1CCBEB
RGB
CMYK
RGB Variations
Color information
#1CCBEB (or 0x1CCBEB) is known color: Deep Sky Blue. HEX triplet: 1C, CB and EB. RGB value is (28,203,235). Sum of RGB (Red+Green+Blue) = 28+203+235=466 (61% of max value = 765). Red value is 28 (11.33% from 255 or 6.01% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CCBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CCBEB is #E33414. Grayscale: #9A9A9A. Windows color (decimal): -14890005 or 15452956. OLE color: 15452956.
HSL color Cylindrical-coordinate representation of color #1CCBEB: hue angle of 189.28º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CCBEB is Cyan = 0.88, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 203 | 235 | - |
| CMYK | 0.88 | 0.14 | 0 | 0.08 |
| HSL | 189.28º | 0.84% | 0.52% | - |
| HSV(B) | 189.28º | 0.88% | 0.92% | - |
| XYZ | 36.83 | 48.96 | 86.11 | - |
| YUV | 154.32 | 173.52 | 37.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 235 | 0.88 | 0.14 | 0 | 0.08 | 189.28 | 0.84 | 0.52 |
| Hex | 1C | CB | EB | 58 | E | 0 | 8 | BD | 54 | 34 |
| Octal | 34 | 313 | 353 | 130 | 16 | 0 | 10 | 275 | 124 | 64 |
| Binary | 11100 | 11001011 | 11101011 | 1011000 | 1110 | 0 | 1000 | 10111101 | 1010100 | 110100 |
Color Harmonies of #1CCBEB
Complementary color
Monochromatic Colors of #1CCBEB
Black with #1CCBEB
Text Example
Text Example
White with #1CCBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCBEB; }
p { color: rgb(28,203,235); }
H1.HeaderClassName
{
color: #1CCBEB;
}
.AnyTagClassName
{
color: #1CCBEB;
}
</style>
background-color css
<style>
a { background-color: #1CCBEB; }
a { background-color: rgb(28,203,235); }
div.DivClassName
{
background-color: #1CCBEB;
}
.BgClassName
{
background-color: #1CCBEB;
}
</style>
border-color css
<style>
span { border-color: #1CCBEB; }
span { border-color: rgb(28,203,235); }
td.TdClassName
{
border-color: #1CCBEB;
}
.TagClassName
{
border-color: #1CCBEB;
}
</style>