Shades of Summer Sky #2CBEDD
Tints of Summer Sky #2CBEDD
RGB
CMYK
RGB Variations
Color information
#2CBEDD (or 0x2CBEDD) is known color: Summer Sky. HEX triplet: 2C, BE and DD. RGB value is (44,190,221). Sum of RGB (Red+Green+Blue) = 44+190+221=455 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.67% from 455); Green value is 190 (74.61% from 255 or 41.76% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CBEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBEDD is #D34122. Grayscale: #959595. Windows color (decimal): -13844771 or 14532140. OLE color: 14532140.
HSL color Cylindrical-coordinate representation of color #2CBEDD: hue angle of 190.51º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CBEDD is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 190 | 221 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.13 |
| HSL | 190.51º | 0.72% | 0.52% | - |
| HSV(B) | 190.51º | 0.8% | 0.87% | - |
| XYZ | 32.5 | 42.58 | 74.91 | - |
| YUV | 149.88 | 168.13 | 52.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 221 | 0.80 | 0.14 | 0 | 0.13 | 190.51 | 0.72 | 0.52 |
| Hex | 2C | BE | DD | 50 | E | 0 | D | BF | 48 | 34 |
| Octal | 54 | 276 | 335 | 120 | 16 | 0 | 15 | 277 | 110 | 64 |
| Binary | 101100 | 10111110 | 11011101 | 1010000 | 1110 | 0 | 1101 | 10111111 | 1001000 | 110100 |
Color Harmonies of #2CBEDD
Complementary color
Monochromatic Colors of #2CBEDD
Black with #2CBEDD
Text Example
Text Example
White with #2CBEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEDD; }
p { color: rgb(44,190,221); }
H1.HeaderClassName
{
color: #2CBEDD;
}
.AnyTagClassName
{
color: #2CBEDD;
}
</style>
background-color css
<style>
a { background-color: #2CBEDD; }
a { background-color: rgb(44,190,221); }
div.DivClassName
{
background-color: #2CBEDD;
}
.BgClassName
{
background-color: #2CBEDD;
}
</style>
border-color css
<style>
span { border-color: #2CBEDD; }
span { border-color: rgb(44,190,221); }
td.TdClassName
{
border-color: #2CBEDD;
}
.TagClassName
{
border-color: #2CBEDD;
}
</style>