Shades of Summer Sky #2CBAED
Tints of Summer Sky #2CBAED
RGB
CMYK
RGB Variations
Color information
#2CBAED (or 0x2CBAED) is known color: Summer Sky. HEX triplet: 2C, BA and ED. RGB value is (44,186,237). Sum of RGB (Red+Green+Blue) = 44+186+237=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 186 (73.05% from 255 or 39.83% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #2CBAED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBAED is #D34512. Grayscale: #959595. Windows color (decimal): -13845779 or 15579692. OLE color: 15579692.
HSL color Cylindrical-coordinate representation of color #2CBAED: hue angle of 195.85º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CBAED is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 186 | 237 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.07 |
| HSL | 195.85º | 0.84% | 0.55% | - |
| HSV(B) | 195.85º | 0.81% | 0.93% | - |
| XYZ | 33.88 | 41.77 | 86.4 | - |
| YUV | 149.36 | 177.46 | 52.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 237 | 0.81 | 0.22 | 0 | 0.07 | 195.85 | 0.84 | 0.55 |
| Hex | 2C | BA | ED | 51 | 16 | 0 | 7 | C4 | 54 | 37 |
| Octal | 54 | 272 | 355 | 121 | 26 | 0 | 7 | 304 | 124 | 67 |
| Binary | 101100 | 10111010 | 11101101 | 1010001 | 10110 | 0 | 111 | 11000100 | 1010100 | 110111 |
Color Harmonies of #2CBAED
Complementary color
Monochromatic Colors of #2CBAED
Black with #2CBAED
Text Example
Text Example
White with #2CBAED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBAED; }
p { color: rgb(44,186,237); }
H1.HeaderClassName
{
color: #2CBAED;
}
.AnyTagClassName
{
color: #2CBAED;
}
</style>
background-color css
<style>
a { background-color: #2CBAED; }
a { background-color: rgb(44,186,237); }
div.DivClassName
{
background-color: #2CBAED;
}
.BgClassName
{
background-color: #2CBAED;
}
</style>
border-color css
<style>
span { border-color: #2CBAED; }
span { border-color: rgb(44,186,237); }
td.TdClassName
{
border-color: #2CBAED;
}
.TagClassName
{
border-color: #2CBAED;
}
</style>