Shades of Summer Sky #2CBEEF
Tints of Summer Sky #2CBEEF
RGB
CMYK
RGB Variations
Color information
#2CBEEF (or 0x2CBEEF) is known color: Summer Sky. HEX triplet: 2C, BE and EF. RGB value is (44,190,239). Sum of RGB (Red+Green+Blue) = 44+190+239=473 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.30% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #2CBEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBEEF is #D34110. Grayscale: #979797. Windows color (decimal): -13844753 or 15711788. OLE color: 15711788.
HSL color Cylindrical-coordinate representation of color #2CBEEF: hue angle of 195.08º 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 #2CBEEF is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 44 | 190 | 239 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.06 |
| HSL | 195.08º | 0.86% | 0.55% | - |
| HSV(B) | 195.08º | 0.82% | 0.94% | - |
| XYZ | 35.03 | 43.59 | 88.23 | - |
| YUV | 151.93 | 177.13 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 239 | 0.82 | 0.21 | 0 | 0.06 | 195.08 | 0.86 | 0.55 |
| Hex | 2C | BE | EF | 52 | 15 | 0 | 6 | C3 | 56 | 37 |
| Octal | 54 | 276 | 357 | 122 | 25 | 0 | 6 | 303 | 126 | 67 |
| Binary | 101100 | 10111110 | 11101111 | 1010010 | 10101 | 0 | 110 | 11000011 | 1010110 | 110111 |
Color Harmonies of #2CBEEF
Complementary color
Monochromatic Colors of #2CBEEF
Black with #2CBEEF
Text Example
Text Example
White with #2CBEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEEF; }
p { color: rgb(44,190,239); }
H1.HeaderClassName
{
color: #2CBEEF;
}
.AnyTagClassName
{
color: #2CBEEF;
}
</style>
background-color css
<style>
a { background-color: #2CBEEF; }
a { background-color: rgb(44,190,239); }
div.DivClassName
{
background-color: #2CBEEF;
}
.BgClassName
{
background-color: #2CBEEF;
}
</style>
border-color css
<style>
span { border-color: #2CBEEF; }
span { border-color: rgb(44,190,239); }
td.TdClassName
{
border-color: #2CBEEF;
}
.TagClassName
{
border-color: #2CBEEF;
}
</style>