Shades of Summer Sky #2BAEDC
Tints of Summer Sky #2BAEDC
RGB
CMYK
RGB Variations
Color information
#2BAEDC (or 0x2BAEDC) is known color: Summer Sky. HEX triplet: 2B, AE and DC. RGB value is (43,174,220). Sum of RGB (Red+Green+Blue) = 43+174+220=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BAEDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAEDC is #D45123. Grayscale: #8B8B8B. Windows color (decimal): -13914404 or 14462507. OLE color: 14462507.
HSL color Cylindrical-coordinate representation of color #2BAEDC: hue angle of 195.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BAEDC is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 174 | 220 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.14 |
| HSL | 195.59º | 0.72% | 0.52% | - |
| HSV(B) | 195.59º | 0.8% | 0.86% | - |
| XYZ | 29.05 | 35.95 | 73.12 | - |
| YUV | 140.08 | 173.1 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 220 | 0.80 | 0.21 | 0 | 0.14 | 195.59 | 0.72 | 0.52 |
| Hex | 2B | AE | DC | 50 | 15 | 0 | E | C4 | 48 | 34 |
| Octal | 53 | 256 | 334 | 120 | 25 | 0 | 16 | 304 | 110 | 64 |
| Binary | 101011 | 10101110 | 11011100 | 1010000 | 10101 | 0 | 1110 | 11000100 | 1001000 | 110100 |
Color Harmonies of #2BAEDC
Complementary color
Monochromatic Colors of #2BAEDC
Black with #2BAEDC
Text Example
Text Example
White with #2BAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAEDC; }
p { color: rgb(43,174,220); }
H1.HeaderClassName
{
color: #2BAEDC;
}
.AnyTagClassName
{
color: #2BAEDC;
}
</style>
background-color css
<style>
a { background-color: #2BAEDC; }
a { background-color: rgb(43,174,220); }
div.DivClassName
{
background-color: #2BAEDC;
}
.BgClassName
{
background-color: #2BAEDC;
}
</style>
border-color css
<style>
span { border-color: #2BAEDC; }
span { border-color: rgb(43,174,220); }
td.TdClassName
{
border-color: #2BAEDC;
}
.TagClassName
{
border-color: #2BAEDC;
}
</style>