Shades of Summer Sky #2BABDE
Tints of Summer Sky #2BABDE
RGB
CMYK
RGB Variations
Color information
#2BABDE (or 0x2BABDE) is known color: Summer Sky. HEX triplet: 2B, AB and DE. RGB value is (43,171,222). Sum of RGB (Red+Green+Blue) = 43+171+222=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #2BABDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABDE is #D45421. Grayscale: #8A8A8A. Windows color (decimal): -13915170 or 14592811. OLE color: 14592811.
HSL color Cylindrical-coordinate representation of color #2BABDE: hue angle of 197.09º degrees, saturation: 0.73, 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 #2BABDE is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 171 | 222 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.13 |
| HSL | 197.1º | 0.73% | 0.52% | - |
| HSV(B) | 197.1º | 0.81% | 0.87% | - |
| XYZ | 28.74 | 34.91 | 74.33 | - |
| YUV | 138.54 | 175.09 | 59.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 222 | 0.81 | 0.23 | 0 | 0.13 | 197.1 | 0.73 | 0.52 |
| Hex | 2B | AB | DE | 51 | 17 | 0 | D | C5 | 49 | 34 |
| Octal | 53 | 253 | 336 | 121 | 27 | 0 | 15 | 305 | 111 | 64 |
| Binary | 101011 | 10101011 | 11011110 | 1010001 | 10111 | 0 | 1101 | 11000101 | 1001001 | 110100 |
Color Harmonies of #2BABDE
Complementary color
Monochromatic Colors of #2BABDE
Black with #2BABDE
Text Example
Text Example
White with #2BABDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABDE; }
p { color: rgb(43,171,222); }
H1.HeaderClassName
{
color: #2BABDE;
}
.AnyTagClassName
{
color: #2BABDE;
}
</style>
background-color css
<style>
a { background-color: #2BABDE; }
a { background-color: rgb(43,171,222); }
div.DivClassName
{
background-color: #2BABDE;
}
.BgClassName
{
background-color: #2BABDE;
}
</style>
border-color css
<style>
span { border-color: #2BABDE; }
span { border-color: rgb(43,171,222); }
td.TdClassName
{
border-color: #2BABDE;
}
.TagClassName
{
border-color: #2BABDE;
}
</style>