Shades of Summer Sky #2CBEEA
Tints of Summer Sky #2CBEEA
RGB
CMYK
RGB Variations
Color information
#2CBEEA (or 0x2CBEEA) is known color: Summer Sky. HEX triplet: 2C, BE and EA. RGB value is (44,190,234). Sum of RGB (Red+Green+Blue) = 44+190+234=468 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.40% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CBEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBEEA is #D34115. Grayscale: #979797. Windows color (decimal): -13844758 or 15384108. OLE color: 15384108.
HSL color Cylindrical-coordinate representation of color #2CBEEA: hue angle of 193.89º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CBEEA is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 190 | 234 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.08 |
| HSL | 193.89º | 0.82% | 0.55% | - |
| HSV(B) | 193.89º | 0.81% | 0.92% | - |
| XYZ | 34.3 | 43.3 | 84.39 | - |
| YUV | 151.36 | 174.63 | 51.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 190 | 234 | 0.81 | 0.19 | 0 | 0.08 | 193.89 | 0.82 | 0.55 |
| Hex | 2C | BE | EA | 51 | 13 | 0 | 8 | C2 | 52 | 37 |
| Octal | 54 | 276 | 352 | 121 | 23 | 0 | 10 | 302 | 122 | 67 |
| Binary | 101100 | 10111110 | 11101010 | 1010001 | 10011 | 0 | 1000 | 11000010 | 1010010 | 110111 |
Color Harmonies of #2CBEEA
Complementary color
Monochromatic Colors of #2CBEEA
Black with #2CBEEA
Text Example
Text Example
White with #2CBEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBEEA; }
p { color: rgb(44,190,234); }
H1.HeaderClassName
{
color: #2CBEEA;
}
.AnyTagClassName
{
color: #2CBEEA;
}
</style>
background-color css
<style>
a { background-color: #2CBEEA; }
a { background-color: rgb(44,190,234); }
div.DivClassName
{
background-color: #2CBEEA;
}
.BgClassName
{
background-color: #2CBEEA;
}
</style>
border-color css
<style>
span { border-color: #2CBEEA; }
span { border-color: rgb(44,190,234); }
td.TdClassName
{
border-color: #2CBEEA;
}
.TagClassName
{
border-color: #2CBEEA;
}
</style>