Shades of Summer Sky #1CB4EA
Tints of Summer Sky #1CB4EA
RGB
CMYK
RGB Variations
Color information
#1CB4EA (or 0x1CB4EA) is known color: Summer Sky. HEX triplet: 1C, B4 and EA. RGB value is (28,180,234). Sum of RGB (Red+Green+Blue) = 28+180+234=442 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.33% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 234 (91.80% from 255 or 52.94% from 442); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CB4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB4EA is #E34B15. Grayscale: #8C8C8C. Windows color (decimal): -14895894 or 15381532. OLE color: 15381532.
HSL color Cylindrical-coordinate representation of color #1CB4EA: hue angle of 195.73º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1CB4EA is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 180 | 234 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.08 |
| HSL | 195.73º | 0.83% | 0.51% | - |
| HSV(B) | 195.73º | 0.88% | 0.92% | - |
| XYZ | 31.65 | 38.83 | 83.67 | - |
| YUV | 140.71 | 180.64 | 47.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 180 | 234 | 0.88 | 0.23 | 0 | 0.08 | 195.73 | 0.83 | 0.51 |
| Hex | 1C | B4 | EA | 58 | 17 | 0 | 8 | C4 | 53 | 33 |
| Octal | 34 | 264 | 352 | 130 | 27 | 0 | 10 | 304 | 123 | 63 |
| Binary | 11100 | 10110100 | 11101010 | 1011000 | 10111 | 0 | 1000 | 11000100 | 1010011 | 110011 |
Color Harmonies of #1CB4EA
Complementary color
Monochromatic Colors of #1CB4EA
Black with #1CB4EA
Text Example
Text Example
White with #1CB4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB4EA; }
p { color: rgb(28,180,234); }
H1.HeaderClassName
{
color: #1CB4EA;
}
.AnyTagClassName
{
color: #1CB4EA;
}
</style>
background-color css
<style>
a { background-color: #1CB4EA; }
a { background-color: rgb(28,180,234); }
div.DivClassName
{
background-color: #1CB4EA;
}
.BgClassName
{
background-color: #1CB4EA;
}
</style>
border-color css
<style>
span { border-color: #1CB4EA; }
span { border-color: rgb(28,180,234); }
td.TdClassName
{
border-color: #1CB4EA;
}
.TagClassName
{
border-color: #1CB4EA;
}
</style>