Shades of Deep Sky Blue #1CBCF0
Tints of Deep Sky Blue #1CBCF0
RGB
CMYK
RGB Variations
Color information
#1CBCF0 (or 0x1CBCF0) is known color: Deep Sky Blue. HEX triplet: 1C, BC and F0. RGB value is (28,188,240). Sum of RGB (Red+Green+Blue) = 28+188+240=456 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.14% from 456); Green value is 188 (73.83% from 255 or 41.23% from 456); Blue value is 240 (94.14% from 255 or 52.63% from 456); Max value from RGB is 240 - color contains mainly: blue. Hex color #1CBCF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBCF0 is #E3430F. Grayscale: #919191. Windows color (decimal): -14893840 or 15776796. OLE color: 15776796.
HSL color Cylindrical-coordinate representation of color #1CBCF0: hue angle of 194.72º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CBCF0 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 188 | 240 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.06 |
| HSL | 194.72º | 0.88% | 0.53% | - |
| HSV(B) | 194.72º | 0.88% | 0.94% | - |
| XYZ | 34.19 | 42.5 | 88.84 | - |
| YUV | 146.09 | 180.99 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 240 | 0.88 | 0.22 | 0 | 0.06 | 194.72 | 0.88 | 0.53 |
| Hex | 1C | BC | F0 | 58 | 16 | 0 | 6 | C3 | 58 | 35 |
| Octal | 34 | 274 | 360 | 130 | 26 | 0 | 6 | 303 | 130 | 65 |
| Binary | 11100 | 10111100 | 11110000 | 1011000 | 10110 | 0 | 110 | 11000011 | 1011000 | 110101 |
Color Harmonies of #1CBCF0
Complementary color
Monochromatic Colors of #1CBCF0
Black with #1CBCF0
Text Example
Text Example
White with #1CBCF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCF0; }
p { color: rgb(28,188,240); }
H1.HeaderClassName
{
color: #1CBCF0;
}
.AnyTagClassName
{
color: #1CBCF0;
}
</style>
background-color css
<style>
a { background-color: #1CBCF0; }
a { background-color: rgb(28,188,240); }
div.DivClassName
{
background-color: #1CBCF0;
}
.BgClassName
{
background-color: #1CBCF0;
}
</style>
border-color css
<style>
span { border-color: #1CBCF0; }
span { border-color: rgb(28,188,240); }
td.TdClassName
{
border-color: #1CBCF0;
}
.TagClassName
{
border-color: #1CBCF0;
}
</style>