Shades of Summer Sky #2CBAF0
Tints of Summer Sky #2CBAF0
RGB
CMYK
RGB Variations
Color information
#2CBAF0 (or 0x2CBAF0) is known color: Summer Sky. HEX triplet: 2C, BA and F0. RGB value is (44,186,240). Sum of RGB (Red+Green+Blue) = 44+186+240=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 240 (94.14% from 255 or 51.06% from 470); Max value from RGB is 240 - color contains mainly: blue. Hex color #2CBAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBAF0 is #D3450F. Grayscale: #959595. Windows color (decimal): -13845776 or 15776300. OLE color: 15776300.
HSL color Cylindrical-coordinate representation of color #2CBAF0: hue angle of 196.53º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CBAF0 is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 186 | 240 | - |
| CMYK | 0.82 | 0.22 | 0 | 0.06 |
| HSL | 196.53º | 0.87% | 0.56% | - |
| HSV(B) | 196.53º | 0.82% | 0.94% | - |
| XYZ | 34.33 | 41.94 | 88.73 | - |
| YUV | 149.7 | 178.96 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 240 | 0.82 | 0.22 | 0 | 0.06 | 196.53 | 0.87 | 0.56 |
| Hex | 2C | BA | F0 | 52 | 16 | 0 | 6 | C5 | 57 | 38 |
| Octal | 54 | 272 | 360 | 122 | 26 | 0 | 6 | 305 | 127 | 70 |
| Binary | 101100 | 10111010 | 11110000 | 1010010 | 10110 | 0 | 110 | 11000101 | 1010111 | 111000 |
Color Harmonies of #2CBAF0
Complementary color
Monochromatic Colors of #2CBAF0
Black with #2CBAF0
Text Example
Text Example
White with #2CBAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBAF0; }
p { color: rgb(44,186,240); }
H1.HeaderClassName
{
color: #2CBAF0;
}
.AnyTagClassName
{
color: #2CBAF0;
}
</style>
background-color css
<style>
a { background-color: #2CBAF0; }
a { background-color: rgb(44,186,240); }
div.DivClassName
{
background-color: #2CBAF0;
}
.BgClassName
{
background-color: #2CBAF0;
}
</style>
border-color css
<style>
span { border-color: #2CBAF0; }
span { border-color: rgb(44,186,240); }
td.TdClassName
{
border-color: #2CBAF0;
}
.TagClassName
{
border-color: #2CBAF0;
}
</style>