Shades of Summer Sky #1CB1EB
Tints of Summer Sky #1CB1EB
RGB
CMYK
RGB Variations
Color information
#1CB1EB (or 0x1CB1EB) is known color: Summer Sky. HEX triplet: 1C, B1 and EB. RGB value is (28,177,235). Sum of RGB (Red+Green+Blue) = 28+177+235=440 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.36% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 235 (92.19% from 255 or 53.41% from 440); Max value from RGB is 235 - color contains mainly: blue. Hex color #1CB1EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1CB1EB is #E34E14. Grayscale: #8A8A8A. Windows color (decimal): -14896661 or 15446300. OLE color: 15446300.
HSL color Cylindrical-coordinate representation of color #1CB1EB: hue angle of 196.81º 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 #1CB1EB is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 177 | 235 | - |
| CMYK | 0.88 | 0.25 | 0 | 0.08 |
| HSL | 196.81º | 0.84% | 0.52% | - |
| HSV(B) | 196.81º | 0.88% | 0.92% | - |
| XYZ | 31.2 | 37.69 | 84.23 | - |
| YUV | 139.06 | 182.14 | 48.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 177 | 235 | 0.88 | 0.25 | 0 | 0.08 | 196.81 | 0.84 | 0.52 |
| Hex | 1C | B1 | EB | 58 | 19 | 0 | 8 | C5 | 54 | 34 |
| Octal | 34 | 261 | 353 | 130 | 31 | 0 | 10 | 305 | 124 | 64 |
| Binary | 11100 | 10110001 | 11101011 | 1011000 | 11001 | 0 | 1000 | 11000101 | 1010100 | 110100 |
Color Harmonies of #1CB1EB
Complementary color
Monochromatic Colors of #1CB1EB
Black with #1CB1EB
Text Example
Text Example
White with #1CB1EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB1EB; }
p { color: rgb(28,177,235); }
H1.HeaderClassName
{
color: #1CB1EB;
}
.AnyTagClassName
{
color: #1CB1EB;
}
</style>
background-color css
<style>
a { background-color: #1CB1EB; }
a { background-color: rgb(28,177,235); }
div.DivClassName
{
background-color: #1CB1EB;
}
.BgClassName
{
background-color: #1CB1EB;
}
</style>
border-color css
<style>
span { border-color: #1CB1EB; }
span { border-color: rgb(28,177,235); }
td.TdClassName
{
border-color: #1CB1EB;
}
.TagClassName
{
border-color: #1CB1EB;
}
</style>