Shades of Summer Sky #2BA1DD
Tints of Summer Sky #2BA1DD
RGB
CMYK
RGB Variations
Color information
#2BA1DD (or 0x2BA1DD) is known color: Summer Sky. HEX triplet: 2B, A1 and DD. RGB value is (43,161,221). Sum of RGB (Red+Green+Blue) = 43+161+221=425 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.12% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 221 (86.72% from 255 or 52% from 425); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BA1DD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA1DD is #D45E22. Grayscale: #848484. Windows color (decimal): -13917731 or 14524715. OLE color: 14524715.
HSL color Cylindrical-coordinate representation of color #2BA1DD: hue angle of 200.22º 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 #2BA1DD is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 161 | 221 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.13 |
| HSL | 200.22º | 0.72% | 0.52% | - |
| HSV(B) | 200.22º | 0.81% | 0.87% | - |
| XYZ | 26.79 | 31.22 | 73.02 | - |
| YUV | 132.56 | 177.91 | 64.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 161 | 221 | 0.81 | 0.27 | 0 | 0.13 | 200.22 | 0.72 | 0.52 |
| Hex | 2B | A1 | DD | 51 | 1B | 0 | D | C8 | 48 | 34 |
| Octal | 53 | 241 | 335 | 121 | 33 | 0 | 15 | 310 | 110 | 64 |
| Binary | 101011 | 10100001 | 11011101 | 1010001 | 11011 | 0 | 1101 | 11001000 | 1001000 | 110100 |
Color Harmonies of #2BA1DD
Complementary color
Monochromatic Colors of #2BA1DD
Black with #2BA1DD
Text Example
Text Example
White with #2BA1DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA1DD; }
p { color: rgb(43,161,221); }
H1.HeaderClassName
{
color: #2BA1DD;
}
.AnyTagClassName
{
color: #2BA1DD;
}
</style>
background-color css
<style>
a { background-color: #2BA1DD; }
a { background-color: rgb(43,161,221); }
div.DivClassName
{
background-color: #2BA1DD;
}
.BgClassName
{
background-color: #2BA1DD;
}
</style>
border-color css
<style>
span { border-color: #2BA1DD; }
span { border-color: rgb(43,161,221); }
td.TdClassName
{
border-color: #2BA1DD;
}
.TagClassName
{
border-color: #2BA1DD;
}
</style>