Shades of Summer Sky #2BABEF
Tints of Summer Sky #2BABEF
RGB
CMYK
RGB Variations
Color information
#2BABEF (or 0x2BABEF) is known color: Summer Sky. HEX triplet: 2B, AB and EF. RGB value is (43,171,239). Sum of RGB (Red+Green+Blue) = 43+171+239=453 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.49% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 239 (93.75% from 255 or 52.76% from 453); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BABEF is #D45410. Grayscale: #8C8C8C. Windows color (decimal): -13915153 or 15706923. OLE color: 15706923.
HSL color Cylindrical-coordinate representation of color #2BABEF: hue angle of 200.82º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BABEF is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 171 | 239 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.06 |
| HSL | 200.82º | 0.86% | 0.55% | - |
| HSV(B) | 200.82º | 0.82% | 0.94% | - |
| XYZ | 31.14 | 35.87 | 86.94 | - |
| YUV | 140.48 | 183.59 | 58.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 239 | 0.82 | 0.28 | 0 | 0.06 | 200.82 | 0.86 | 0.55 |
| Hex | 2B | AB | EF | 52 | 1C | 0 | 6 | C9 | 56 | 37 |
| Octal | 53 | 253 | 357 | 122 | 34 | 0 | 6 | 311 | 126 | 67 |
| Binary | 101011 | 10101011 | 11101111 | 1010010 | 11100 | 0 | 110 | 11001001 | 1010110 | 110111 |
Color Harmonies of #2BABEF
Complementary color
Monochromatic Colors of #2BABEF
Black with #2BABEF
Text Example
Text Example
White with #2BABEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABEF; }
p { color: rgb(43,171,239); }
H1.HeaderClassName
{
color: #2BABEF;
}
.AnyTagClassName
{
color: #2BABEF;
}
</style>
background-color css
<style>
a { background-color: #2BABEF; }
a { background-color: rgb(43,171,239); }
div.DivClassName
{
background-color: #2BABEF;
}
.BgClassName
{
background-color: #2BABEF;
}
</style>
border-color css
<style>
span { border-color: #2BABEF; }
span { border-color: rgb(43,171,239); }
td.TdClassName
{
border-color: #2BABEF;
}
.TagClassName
{
border-color: #2BABEF;
}
</style>