Shades of Summer Sky #2BAEDD
Tints of Summer Sky #2BAEDD
RGB
CMYK
RGB Variations
Color information
#2BAEDD (or 0x2BAEDD) is known color: Summer Sky. HEX triplet: 2B, AE and DD. RGB value is (43,174,221). Sum of RGB (Red+Green+Blue) = 43+174+221=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 174 (68.36% from 255 or 39.73% from 438); Blue value is 221 (86.72% from 255 or 50.46% from 438); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BAEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAEDD is #D45122. Grayscale: #8B8B8B. Windows color (decimal): -13914403 or 14528043. OLE color: 14528043.
HSL color Cylindrical-coordinate representation of color #2BAEDD: hue angle of 195.84º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BAEDD is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 174 | 221 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.13 |
| HSL | 195.84º | 0.72% | 0.52% | - |
| HSV(B) | 195.84º | 0.81% | 0.87% | - |
| XYZ | 29.18 | 36.01 | 73.82 | - |
| YUV | 140.19 | 173.6 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 221 | 0.81 | 0.21 | 0 | 0.13 | 195.84 | 0.72 | 0.52 |
| Hex | 2B | AE | DD | 51 | 15 | 0 | D | C4 | 48 | 34 |
| Octal | 53 | 256 | 335 | 121 | 25 | 0 | 15 | 304 | 110 | 64 |
| Binary | 101011 | 10101110 | 11011101 | 1010001 | 10101 | 0 | 1101 | 11000100 | 1001000 | 110100 |
Color Harmonies of #2BAEDD
Complementary color
Monochromatic Colors of #2BAEDD
Black with #2BAEDD
Text Example
Text Example
White with #2BAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAEDD; }
p { color: rgb(43,174,221); }
H1.HeaderClassName
{
color: #2BAEDD;
}
.AnyTagClassName
{
color: #2BAEDD;
}
</style>
background-color css
<style>
a { background-color: #2BAEDD; }
a { background-color: rgb(43,174,221); }
div.DivClassName
{
background-color: #2BAEDD;
}
.BgClassName
{
background-color: #2BAEDD;
}
</style>
border-color css
<style>
span { border-color: #2BAEDD; }
span { border-color: rgb(43,174,221); }
td.TdClassName
{
border-color: #2BAEDD;
}
.TagClassName
{
border-color: #2BAEDD;
}
</style>