Shades of Summer Sky #2BADDA
Tints of Summer Sky #2BADDA
RGB
CMYK
RGB Variations
Color information
#2BADDA (or 0x2BADDA) is known color: Summer Sky. HEX triplet: 2B, AD and DA. RGB value is (43,173,218). Sum of RGB (Red+Green+Blue) = 43+173+218=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 173 (67.97% from 255 or 39.86% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #2BADDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BADDA is #D45225. Grayscale: #8A8A8A. Windows color (decimal): -13914662 or 14331179. OLE color: 14331179.
HSL color Cylindrical-coordinate representation of color #2BADDA: hue angle of 195.43º 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 #2BADDA is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 173 | 218 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.15 |
| HSL | 195.43º | 0.7% | 0.51% | - |
| HSV(B) | 195.43º | 0.8% | 0.85% | - |
| XYZ | 28.59 | 35.46 | 71.67 | - |
| YUV | 139.26 | 172.43 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 218 | 0.80 | 0.21 | 0 | 0.15 | 195.43 | 0.7 | 0.51 |
| Hex | 2B | AD | DA | 50 | 15 | 0 | F | C3 | 46 | 33 |
| Octal | 53 | 255 | 332 | 120 | 25 | 0 | 17 | 303 | 106 | 63 |
| Binary | 101011 | 10101101 | 11011010 | 1010000 | 10101 | 0 | 1111 | 11000011 | 1000110 | 110011 |
Color Harmonies of #2BADDA
Complementary color
Monochromatic Colors of #2BADDA
Black with #2BADDA
Text Example
Text Example
White with #2BADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADDA; }
p { color: rgb(43,173,218); }
H1.HeaderClassName
{
color: #2BADDA;
}
.AnyTagClassName
{
color: #2BADDA;
}
</style>
background-color css
<style>
a { background-color: #2BADDA; }
a { background-color: rgb(43,173,218); }
div.DivClassName
{
background-color: #2BADDA;
}
.BgClassName
{
background-color: #2BADDA;
}
</style>
border-color css
<style>
span { border-color: #2BADDA; }
span { border-color: rgb(43,173,218); }
td.TdClassName
{
border-color: #2BADDA;
}
.TagClassName
{
border-color: #2BADDA;
}
</style>