Shades of Summer Sky #2CBEDF
Tints of Summer Sky #2CBEDF
RGB
CMYK
RGB Variations
Color information
#2CBEDF (or 0x2CBEDF) is known color: Summer Sky. HEX triplet: 2C, BE and DF. RGB value is (44,190,223). Sum of RGB (Red+Green+Blue) = 44+190+223=457 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.63% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 223 (87.5% from 255 or 48.80% from 457); Max value from RGB is 223 - color contains mainly: blue. Hex color #2CBEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBEDF is #D34120. Grayscale: #959595. Windows color (decimal): -13844769 or 14663212. OLE color: 14663212.
HSL color Cylindrical-coordinate representation of color #2CBEDF: hue angle of 191.06º degrees, saturation: 0.74, 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 #2CBEDF is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 190 | 223 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.13 |
| HSL | 191.06º | 0.74% | 0.52% | - |
| HSV(B) | 191.06º | 0.8% | 0.87% | - |
| XYZ | 32.77 | 42.69 | 76.32 | - |
| YUV | 150.11 | 169.13 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 223 | 0.80 | 0.15 | 0 | 0.13 | 191.06 | 0.74 | 0.52 |
| Hex | 2C | BE | DF | 50 | F | 0 | D | BF | 4A | 34 |
| Octal | 54 | 276 | 337 | 120 | 17 | 0 | 15 | 277 | 112 | 64 |
| Binary | 101100 | 10111110 | 11011111 | 1010000 | 1111 | 0 | 1101 | 10111111 | 1001010 | 110100 |
Color Harmonies of #2CBEDF
Complementary color
Monochromatic Colors of #2CBEDF
Black with #2CBEDF
Text Example
Text Example
White with #2CBEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEDF; }
p { color: rgb(44,190,223); }
H1.HeaderClassName
{
color: #2CBEDF;
}
.AnyTagClassName
{
color: #2CBEDF;
}
</style>
background-color css
<style>
a { background-color: #2CBEDF; }
a { background-color: rgb(44,190,223); }
div.DivClassName
{
background-color: #2CBEDF;
}
.BgClassName
{
background-color: #2CBEDF;
}
</style>
border-color css
<style>
span { border-color: #2CBEDF; }
span { border-color: rgb(44,190,223); }
td.TdClassName
{
border-color: #2CBEDF;
}
.TagClassName
{
border-color: #2CBEDF;
}
</style>