Shades of Deep Sky Blue #1CBCFF
Tints of Deep Sky Blue #1CBCFF
RGB
CMYK
RGB Variations
Color information
#1CBCFF (or 0x1CBCFF) is known color: Deep Sky Blue. HEX triplet: 1C, BC and FF. RGB value is (28,188,255). Sum of RGB (Red+Green+Blue) = 28+188+255=471 (62% of max value = 765). Red value is 28 (11.33% from 255 or 5.94% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #1CBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBCFF is #E34300. Grayscale: #939393. Windows color (decimal): -14893825 or 16759836. OLE color: 16759836.
HSL color Cylindrical-coordinate representation of color #1CBCFF: hue angle of 197.71º 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 #1CBCFF is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 28 | 188 | 255 | - |
| CMYK | 0.89 | 0.26 | 0 | 0 |
| HSL | 197.71º | 1% | 0.55% | - |
| HSV(B) | 197.71º | 0.89% | 1% | - |
| XYZ | 36.51 | 43.43 | 101.07 | - |
| YUV | 147.8 | 188.49 | 42.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 188 | 255 | 0.89 | 0.26 | 0 | 0 | 197.71 | 1 | 0.55 |
| Hex | 1C | BC | FF | 59 | 1A | 0 | 0 | C6 | 64 | 37 |
| Octal | 34 | 274 | 377 | 131 | 32 | 0 | 0 | 306 | 144 | 67 |
| Binary | 11100 | 10111100 | 11111111 | 1011001 | 11010 | 0 | 0 | 11000110 | 1100100 | 110111 |
Color Harmonies of #1CBCFF
Complementary color
Monochromatic Colors of #1CBCFF
Black with #1CBCFF
Text Example
Text Example
White with #1CBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBCFF; }
p { color: rgb(28,188,255); }
H1.HeaderClassName
{
color: #1CBCFF;
}
.AnyTagClassName
{
color: #1CBCFF;
}
</style>
background-color css
<style>
a { background-color: #1CBCFF; }
a { background-color: rgb(28,188,255); }
div.DivClassName
{
background-color: #1CBCFF;
}
.BgClassName
{
background-color: #1CBCFF;
}
</style>
border-color css
<style>
span { border-color: #1CBCFF; }
span { border-color: rgb(28,188,255); }
td.TdClassName
{
border-color: #1CBCFF;
}
.TagClassName
{
border-color: #1CBCFF;
}
</style>