Shades of Deep Sky Blue #1CBAF0
Tints of Deep Sky Blue #1CBAF0
RGB
CMYK
RGB Variations
Color information
#1CBAF0 (or 0x1CBAF0) is known color: Deep Sky Blue. HEX triplet: 1C, BA and F0. RGB value is (28,186,240). Sum of RGB (Red+Green+Blue) = 28+186+240=454 (60% of max value = 765). Red value is 28 (11.33% from 255 or 6.17% from 454); Green value is 186 (73.05% from 255 or 40.97% from 454); Blue value is 240 (94.14% from 255 or 52.86% from 454); Max value from RGB is 240 - color contains mainly: blue. Hex color #1CBAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CBAF0 is #E3450F. Grayscale: #909090. Windows color (decimal): -14894352 or 15776284. OLE color: 15776284.
HSL color Cylindrical-coordinate representation of color #1CBAF0: hue angle of 195.28º 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 #1CBAF0 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 28 | 186 | 240 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.06 |
| HSL | 195.28º | 0.88% | 0.53% | - |
| HSV(B) | 195.28º | 0.88% | 0.94% | - |
| XYZ | 33.77 | 41.66 | 88.7 | - |
| YUV | 144.91 | 181.65 | 44.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 240 | 0.88 | 0.22 | 0 | 0.06 | 195.28 | 0.88 | 0.53 |
| Hex | 1C | BA | F0 | 58 | 16 | 0 | 6 | C3 | 58 | 35 |
| Octal | 34 | 272 | 360 | 130 | 26 | 0 | 6 | 303 | 130 | 65 |
| Binary | 11100 | 10111010 | 11110000 | 1011000 | 10110 | 0 | 110 | 11000011 | 1011000 | 110101 |
Color Harmonies of #1CBAF0
Complementary color
Monochromatic Colors of #1CBAF0
Black with #1CBAF0
Text Example
Text Example
White with #1CBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBAF0; }
p { color: rgb(28,186,240); }
H1.HeaderClassName
{
color: #1CBAF0;
}
.AnyTagClassName
{
color: #1CBAF0;
}
</style>
background-color css
<style>
a { background-color: #1CBAF0; }
a { background-color: rgb(28,186,240); }
div.DivClassName
{
background-color: #1CBAF0;
}
.BgClassName
{
background-color: #1CBAF0;
}
</style>
border-color css
<style>
span { border-color: #1CBAF0; }
span { border-color: rgb(28,186,240); }
td.TdClassName
{
border-color: #1CBAF0;
}
.TagClassName
{
border-color: #1CBAF0;
}
</style>