Shades of Summer Sky #2BABF3
Tints of Summer Sky #2BABF3
RGB
CMYK
RGB Variations
Color information
#2BABF3 (or 0x2BABF3) is known color: Summer Sky. HEX triplet: 2B, AB and F3. RGB value is (43,171,243). Sum of RGB (Red+Green+Blue) = 43+171+243=457 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.41% from 457); Green value is 171 (67.19% from 255 or 37.42% from 457); Blue value is 243 (95.31% from 255 or 53.17% from 457); Max value from RGB is 243 - color contains mainly: blue. Hex color #2BABF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BABF3 is #D4540C. Grayscale: #8C8C8C. Windows color (decimal): -13915149 or 15969067. OLE color: 15969067.
HSL color Cylindrical-coordinate representation of color #2BABF3: hue angle of 201.6º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BABF3 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 171 | 243 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.05 |
| HSL | 201.6º | 0.89% | 0.56% | - |
| HSV(B) | 201.6º | 0.82% | 0.95% | - |
| XYZ | 31.74 | 36.11 | 90.09 | - |
| YUV | 140.94 | 185.59 | 58.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 243 | 0.82 | 0.30 | 0 | 0.05 | 201.6 | 0.89 | 0.56 |
| Hex | 2B | AB | F3 | 52 | 1E | 0 | 5 | CA | 59 | 38 |
| Octal | 53 | 253 | 363 | 122 | 36 | 0 | 5 | 312 | 131 | 70 |
| Binary | 101011 | 10101011 | 11110011 | 1010010 | 11110 | 0 | 101 | 11001010 | 1011001 | 111000 |
Color Harmonies of #2BABF3
Complementary color
Monochromatic Colors of #2BABF3
Black with #2BABF3
Text Example
Text Example
White with #2BABF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABF3; }
p { color: rgb(43,171,243); }
H1.HeaderClassName
{
color: #2BABF3;
}
.AnyTagClassName
{
color: #2BABF3;
}
</style>
background-color css
<style>
a { background-color: #2BABF3; }
a { background-color: rgb(43,171,243); }
div.DivClassName
{
background-color: #2BABF3;
}
.BgClassName
{
background-color: #2BABF3;
}
</style>
border-color css
<style>
span { border-color: #2BABF3; }
span { border-color: rgb(43,171,243); }
td.TdClassName
{
border-color: #2BABF3;
}
.TagClassName
{
border-color: #2BABF3;
}
</style>