Shades of Summer Sky #2BA8DA
Tints of Summer Sky #2BA8DA
RGB
CMYK
RGB Variations
Color information
#2BA8DA (or 0x2BA8DA) is known color: Summer Sky. HEX triplet: 2B, A8 and DA. RGB value is (43,168,218). Sum of RGB (Red+Green+Blue) = 43+168+218=429 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.02% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #2BA8DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA8DA is #D45725. Grayscale: #888888. Windows color (decimal): -13915942 or 14329899. OLE color: 14329899.
HSL color Cylindrical-coordinate representation of color #2BA8DA: hue angle of 197.14º 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 #2BA8DA is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 168 | 218 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.15 |
| HSL | 197.14º | 0.7% | 0.51% | - |
| HSV(B) | 197.14º | 0.8% | 0.85% | - |
| XYZ | 27.65 | 33.58 | 71.35 | - |
| YUV | 136.33 | 174.09 | 61.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 218 | 0.80 | 0.23 | 0 | 0.15 | 197.14 | 0.7 | 0.51 |
| Hex | 2B | A8 | DA | 50 | 17 | 0 | F | C5 | 46 | 33 |
| Octal | 53 | 250 | 332 | 120 | 27 | 0 | 17 | 305 | 106 | 63 |
| Binary | 101011 | 10101000 | 11011010 | 1010000 | 10111 | 0 | 1111 | 11000101 | 1000110 | 110011 |
Color Harmonies of #2BA8DA
Complementary color
Monochromatic Colors of #2BA8DA
Black with #2BA8DA
Text Example
Text Example
White with #2BA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA8DA; }
p { color: rgb(43,168,218); }
H1.HeaderClassName
{
color: #2BA8DA;
}
.AnyTagClassName
{
color: #2BA8DA;
}
</style>
background-color css
<style>
a { background-color: #2BA8DA; }
a { background-color: rgb(43,168,218); }
div.DivClassName
{
background-color: #2BA8DA;
}
.BgClassName
{
background-color: #2BA8DA;
}
</style>
border-color css
<style>
span { border-color: #2BA8DA; }
span { border-color: rgb(43,168,218); }
td.TdClassName
{
border-color: #2BA8DA;
}
.TagClassName
{
border-color: #2BA8DA;
}
</style>