Shades of Summer Sky #2CBAEF
Tints of Summer Sky #2CBAEF
RGB
CMYK
RGB Variations
Color information
#2CBAEF (or 0x2CBAEF) is known color: Summer Sky. HEX triplet: 2C, BA and EF. RGB value is (44,186,239). Sum of RGB (Red+Green+Blue) = 44+186+239=469 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.38% from 469); Green value is 186 (73.05% from 255 or 39.66% from 469); Blue value is 239 (93.75% from 255 or 50.96% from 469); Max value from RGB is 239 - color contains mainly: blue. Hex color #2CBAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBAEF is #D34510. Grayscale: #959595. Windows color (decimal): -13845777 or 15710764. OLE color: 15710764.
HSL color Cylindrical-coordinate representation of color #2CBAEF: hue angle of 196.31º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CBAEF is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 186 | 239 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.06 |
| HSL | 196.31º | 0.86% | 0.55% | - |
| HSV(B) | 196.31º | 0.82% | 0.94% | - |
| XYZ | 34.18 | 41.89 | 87.94 | - |
| YUV | 149.58 | 178.46 | 52.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 239 | 0.82 | 0.22 | 0 | 0.06 | 196.31 | 0.86 | 0.55 |
| Hex | 2C | BA | EF | 52 | 16 | 0 | 6 | C4 | 56 | 37 |
| Octal | 54 | 272 | 357 | 122 | 26 | 0 | 6 | 304 | 126 | 67 |
| Binary | 101100 | 10111010 | 11101111 | 1010010 | 10110 | 0 | 110 | 11000100 | 1010110 | 110111 |
Color Harmonies of #2CBAEF
Complementary color
Monochromatic Colors of #2CBAEF
Black with #2CBAEF
Text Example
Text Example
White with #2CBAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBAEF; }
p { color: rgb(44,186,239); }
H1.HeaderClassName
{
color: #2CBAEF;
}
.AnyTagClassName
{
color: #2CBAEF;
}
</style>
background-color css
<style>
a { background-color: #2CBAEF; }
a { background-color: rgb(44,186,239); }
div.DivClassName
{
background-color: #2CBAEF;
}
.BgClassName
{
background-color: #2CBAEF;
}
</style>
border-color css
<style>
span { border-color: #2CBAEF; }
span { border-color: rgb(44,186,239); }
td.TdClassName
{
border-color: #2CBAEF;
}
.TagClassName
{
border-color: #2CBAEF;
}
</style>