Shades of Summer Sky #1CB5E8
Tints of Summer Sky #1CB5E8
RGB
CMYK
RGB Variations
Color information
#1CB5E8 (or 0x1CB5E8) is known color: Summer Sky. HEX triplet: 1C, B5 and E8. RGB value is (28,181,232). Sum of RGB (Red+Green+Blue) = 28+181+232=441 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.35% from 441); Green value is 181 (71.09% from 255 or 41.04% from 441); Blue value is 232 (91.02% from 255 or 52.61% from 441); Max value from RGB is 232 - color contains mainly: blue. Hex color #1CB5E8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB5E8 is #E34A17. Grayscale: #8C8C8C. Windows color (decimal): -14895640 or 15250716. OLE color: 15250716.
HSL color Cylindrical-coordinate representation of color #1CB5E8: hue angle of 195º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CB5E8 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 28 | 181 | 232 | - |
| CMYK | 0.88 | 0.22 | 0 | 0.09 |
| HSL | 195º | 0.82% | 0.51% | - |
| HSV(B) | 195º | 0.88% | 0.91% | - |
| XYZ | 31.57 | 39.12 | 82.23 | - |
| YUV | 141.07 | 179.31 | 47.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 181 | 232 | 0.88 | 0.22 | 0 | 0.09 | 195 | 0.82 | 0.51 |
| Hex | 1C | B5 | E8 | 58 | 16 | 0 | 9 | C3 | 52 | 33 |
| Octal | 34 | 265 | 350 | 130 | 26 | 0 | 11 | 303 | 122 | 63 |
| Binary | 11100 | 10110101 | 11101000 | 1011000 | 10110 | 0 | 1001 | 11000011 | 1010010 | 110011 |
Color Harmonies of #1CB5E8
Complementary color
Monochromatic Colors of #1CB5E8
Black with #1CB5E8
Text Example
Text Example
White with #1CB5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB5E8; }
p { color: rgb(28,181,232); }
H1.HeaderClassName
{
color: #1CB5E8;
}
.AnyTagClassName
{
color: #1CB5E8;
}
</style>
background-color css
<style>
a { background-color: #1CB5E8; }
a { background-color: rgb(28,181,232); }
div.DivClassName
{
background-color: #1CB5E8;
}
.BgClassName
{
background-color: #1CB5E8;
}
</style>
border-color css
<style>
span { border-color: #1CB5E8; }
span { border-color: rgb(28,181,232); }
td.TdClassName
{
border-color: #1CB5E8;
}
.TagClassName
{
border-color: #1CB5E8;
}
</style>