Shades of Summer Sky #1CB3EA
Tints of Summer Sky #1CB3EA
RGB
CMYK
RGB Variations
Color information
#1CB3EA (or 0x1CB3EA) is known color: Summer Sky. HEX triplet: 1C, B3 and EA. RGB value is (28,179,234). Sum of RGB (Red+Green+Blue) = 28+179+234=441 (58% of max value = 765). Red value is 28 (11.33% from 255 or 6.35% from 441); Green value is 179 (70.31% from 255 or 40.59% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #1CB3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1CB3EA is #E34C15. Grayscale: #8B8B8B. Windows color (decimal): -14896150 or 15381276. OLE color: 15381276.
HSL color Cylindrical-coordinate representation of color #1CB3EA: hue angle of 196.02º 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 #1CB3EA is Cyan = 0.88, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 28 | 179 | 234 | - |
| CMYK | 0.88 | 0.24 | 0 | 0.08 |
| HSL | 196.02º | 0.83% | 0.51% | - |
| HSV(B) | 196.02º | 0.88% | 0.92% | - |
| XYZ | 31.45 | 38.43 | 83.6 | - |
| YUV | 140.12 | 180.97 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 179 | 234 | 0.88 | 0.24 | 0 | 0.08 | 196.02 | 0.83 | 0.51 |
| Hex | 1C | B3 | EA | 58 | 18 | 0 | 8 | C4 | 53 | 33 |
| Octal | 34 | 263 | 352 | 130 | 30 | 0 | 10 | 304 | 123 | 63 |
| Binary | 11100 | 10110011 | 11101010 | 1011000 | 11000 | 0 | 1000 | 11000100 | 1010011 | 110011 |
Color Harmonies of #1CB3EA
Complementary color
Monochromatic Colors of #1CB3EA
Black with #1CB3EA
Text Example
Text Example
White with #1CB3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB3EA; }
p { color: rgb(28,179,234); }
H1.HeaderClassName
{
color: #1CB3EA;
}
.AnyTagClassName
{
color: #1CB3EA;
}
</style>
background-color css
<style>
a { background-color: #1CB3EA; }
a { background-color: rgb(28,179,234); }
div.DivClassName
{
background-color: #1CB3EA;
}
.BgClassName
{
background-color: #1CB3EA;
}
</style>
border-color css
<style>
span { border-color: #1CB3EA; }
span { border-color: rgb(28,179,234); }
td.TdClassName
{
border-color: #1CB3EA;
}
.TagClassName
{
border-color: #1CB3EA;
}
</style>