Shades of Summer Sky #2CBAEB
Tints of Summer Sky #2CBAEB
RGB
CMYK
RGB Variations
Color information
#2CBAEB (or 0x2CBAEB) is known color: Summer Sky. HEX triplet: 2C, BA and EB. RGB value is (44,186,235). Sum of RGB (Red+Green+Blue) = 44+186+235=465 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.46% from 465); Green value is 186 (73.05% from 255 or 40% from 465); Blue value is 235 (92.19% from 255 or 50.54% from 465); Max value from RGB is 235 - color contains mainly: blue. Hex color #2CBAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBAEB is #D34514. Grayscale: #949494. Windows color (decimal): -13845781 or 15448620. OLE color: 15448620.
HSL color Cylindrical-coordinate representation of color #2CBAEB: hue angle of 195.39º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CBAEB is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 186 | 235 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.08 |
| HSL | 195.39º | 0.83% | 0.55% | - |
| HSV(B) | 195.39º | 0.81% | 0.92% | - |
| XYZ | 33.59 | 41.65 | 84.87 | - |
| YUV | 149.13 | 176.46 | 53.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 235 | 0.81 | 0.21 | 0 | 0.08 | 195.39 | 0.83 | 0.55 |
| Hex | 2C | BA | EB | 51 | 15 | 0 | 8 | C3 | 53 | 37 |
| Octal | 54 | 272 | 353 | 121 | 25 | 0 | 10 | 303 | 123 | 67 |
| Binary | 101100 | 10111010 | 11101011 | 1010001 | 10101 | 0 | 1000 | 11000011 | 1010011 | 110111 |
Color Harmonies of #2CBAEB
Complementary color
Monochromatic Colors of #2CBAEB
Black with #2CBAEB
Text Example
Text Example
White with #2CBAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBAEB; }
p { color: rgb(44,186,235); }
H1.HeaderClassName
{
color: #2CBAEB;
}
.AnyTagClassName
{
color: #2CBAEB;
}
</style>
background-color css
<style>
a { background-color: #2CBAEB; }
a { background-color: rgb(44,186,235); }
div.DivClassName
{
background-color: #2CBAEB;
}
.BgClassName
{
background-color: #2CBAEB;
}
</style>
border-color css
<style>
span { border-color: #2CBAEB; }
span { border-color: rgb(44,186,235); }
td.TdClassName
{
border-color: #2CBAEB;
}
.TagClassName
{
border-color: #2CBAEB;
}
</style>