Shades of Summer Sky #2CB1E9
Tints of Summer Sky #2CB1E9
RGB
CMYK
RGB Variations
Color information
#2CB1E9 (or 0x2CB1E9) is known color: Summer Sky. HEX triplet: 2C, B1 and E9. RGB value is (44,177,233). Sum of RGB (Red+Green+Blue) = 44+177+233=454 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.69% from 454); Green value is 177 (69.53% from 255 or 38.99% from 454); Blue value is 233 (91.41% from 255 or 51.32% from 454); Max value from RGB is 233 - color contains mainly: blue. Hex color #2CB1E9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CB1E9 is #D34E16. Grayscale: #8F8F8F. Windows color (decimal): -13848087 or 15315244. OLE color: 15315244.
HSL color Cylindrical-coordinate representation of color #2CB1E9: hue angle of 197.78º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CB1E9 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 177 | 233 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.09 |
| HSL | 197.78º | 0.81% | 0.54% | - |
| HSV(B) | 197.78º | 0.81% | 0.91% | - |
| XYZ | 31.47 | 37.86 | 82.74 | - |
| YUV | 143.62 | 178.44 | 56.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 177 | 233 | 0.81 | 0.24 | 0 | 0.09 | 197.78 | 0.81 | 0.54 |
| Hex | 2C | B1 | E9 | 51 | 18 | 0 | 9 | C6 | 51 | 36 |
| Octal | 54 | 261 | 351 | 121 | 30 | 0 | 11 | 306 | 121 | 66 |
| Binary | 101100 | 10110001 | 11101001 | 1010001 | 11000 | 0 | 1001 | 11000110 | 1010001 | 110110 |
Color Harmonies of #2CB1E9
Complementary color
Monochromatic Colors of #2CB1E9
Black with #2CB1E9
Text Example
Text Example
White with #2CB1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB1E9; }
p { color: rgb(44,177,233); }
H1.HeaderClassName
{
color: #2CB1E9;
}
.AnyTagClassName
{
color: #2CB1E9;
}
</style>
background-color css
<style>
a { background-color: #2CB1E9; }
a { background-color: rgb(44,177,233); }
div.DivClassName
{
background-color: #2CB1E9;
}
.BgClassName
{
background-color: #2CB1E9;
}
</style>
border-color css
<style>
span { border-color: #2CB1E9; }
span { border-color: rgb(44,177,233); }
td.TdClassName
{
border-color: #2CB1E9;
}
.TagClassName
{
border-color: #2CB1E9;
}
</style>