Shades of Summer Sky #2CAECB
Tints of Summer Sky #2CAECB
RGB
CMYK
RGB Variations
Color information
#2CAECB (or 0x2CAECB) is known color: Summer Sky. HEX triplet: 2C, AE and CB. RGB value is (44,174,203). Sum of RGB (Red+Green+Blue) = 44+174+203=421 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.45% from 421); Green value is 174 (68.36% from 255 or 41.33% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #2CAECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAECB is #D35134. Grayscale: #8A8A8A. Windows color (decimal): -13848885 or 13348396. OLE color: 13348396.
HSL color Cylindrical-coordinate representation of color #2CAECB: hue angle of 190.94º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CAECB is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 174 | 203 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.20 |
| HSL | 190.94º | 0.64% | 0.48% | - |
| HSV(B) | 190.94º | 0.78% | 0.8% | - |
| XYZ | 26.95 | 35.12 | 61.86 | - |
| YUV | 138.44 | 164.43 | 60.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 174 | 203 | 0.78 | 0.14 | 0 | 0.20 | 190.94 | 0.64 | 0.48 |
| Hex | 2C | AE | CB | 4E | E | 0 | 14 | BF | 40 | 30 |
| Octal | 54 | 256 | 313 | 116 | 16 | 0 | 24 | 277 | 100 | 60 |
| Binary | 101100 | 10101110 | 11001011 | 1001110 | 1110 | 0 | 10100 | 10111111 | 1000000 | 110000 |
Color Harmonies of #2CAECB
Complementary color
Monochromatic Colors of #2CAECB
Black with #2CAECB
Text Example
Text Example
White with #2CAECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAECB; }
p { color: rgb(44,174,203); }
H1.HeaderClassName
{
color: #2CAECB;
}
.AnyTagClassName
{
color: #2CAECB;
}
</style>
background-color css
<style>
a { background-color: #2CAECB; }
a { background-color: rgb(44,174,203); }
div.DivClassName
{
background-color: #2CAECB;
}
.BgClassName
{
background-color: #2CAECB;
}
</style>
border-color css
<style>
span { border-color: #2CAECB; }
span { border-color: rgb(44,174,203); }
td.TdClassName
{
border-color: #2CAECB;
}
.TagClassName
{
border-color: #2CAECB;
}
</style>