Shades of Summer Sky #2BA9DA
Tints of Summer Sky #2BA9DA
RGB
CMYK
RGB Variations
Color information
#2BA9DA (or 0x2BA9DA) is known color: Summer Sky. HEX triplet: 2B, A9 and DA. RGB value is (43,169,218). Sum of RGB (Red+Green+Blue) = 43+169+218=430 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10% from 430); Green value is 169 (66.41% from 255 or 39.30% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #2BA9DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA9DA is #D45625. Grayscale: #888888. Windows color (decimal): -13915686 or 14330155. OLE color: 14330155.
HSL color Cylindrical-coordinate representation of color #2BA9DA: hue angle of 196.8º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BA9DA is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 169 | 218 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.15 |
| HSL | 196.8º | 0.7% | 0.51% | - |
| HSV(B) | 196.8º | 0.8% | 0.85% | - |
| XYZ | 27.84 | 33.95 | 71.42 | - |
| YUV | 136.91 | 173.76 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 218 | 0.80 | 0.22 | 0 | 0.15 | 196.8 | 0.7 | 0.51 |
| Hex | 2B | A9 | DA | 50 | 16 | 0 | F | C5 | 46 | 33 |
| Octal | 53 | 251 | 332 | 120 | 26 | 0 | 17 | 305 | 106 | 63 |
| Binary | 101011 | 10101001 | 11011010 | 1010000 | 10110 | 0 | 1111 | 11000101 | 1000110 | 110011 |
Color Harmonies of #2BA9DA
Complementary color
Monochromatic Colors of #2BA9DA
Black with #2BA9DA
Text Example
Text Example
White with #2BA9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA9DA; }
p { color: rgb(43,169,218); }
H1.HeaderClassName
{
color: #2BA9DA;
}
.AnyTagClassName
{
color: #2BA9DA;
}
</style>
background-color css
<style>
a { background-color: #2BA9DA; }
a { background-color: rgb(43,169,218); }
div.DivClassName
{
background-color: #2BA9DA;
}
.BgClassName
{
background-color: #2BA9DA;
}
</style>
border-color css
<style>
span { border-color: #2BA9DA; }
span { border-color: rgb(43,169,218); }
td.TdClassName
{
border-color: #2BA9DA;
}
.TagClassName
{
border-color: #2BA9DA;
}
</style>