Shades of Summer Sky #2BBAF1
Tints of Summer Sky #2BBAF1
RGB
CMYK
RGB Variations
Color information
#2BBAF1 (or 0x2BBAF1) is known color: Summer Sky. HEX triplet: 2B, BA and F1. RGB value is (43,186,241). Sum of RGB (Red+Green+Blue) = 43+186+241=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 186 (73.05% from 255 or 39.57% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #2BBAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBAF1 is #D4450E. Grayscale: #959595. Windows color (decimal): -13911311 or 15841835. OLE color: 15841835.
HSL color Cylindrical-coordinate representation of color #2BBAF1: hue angle of 196.67º degrees, saturation: 0.88, 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 #2BBAF1 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 186 | 241 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.05 |
| HSL | 196.67º | 0.88% | 0.56% | - |
| HSV(B) | 196.67º | 0.82% | 0.95% | - |
| XYZ | 34.43 | 41.98 | 89.51 | - |
| YUV | 149.51 | 179.62 | 52.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 241 | 0.82 | 0.23 | 0 | 0.05 | 196.67 | 0.88 | 0.56 |
| Hex | 2B | BA | F1 | 52 | 17 | 0 | 5 | C5 | 58 | 38 |
| Octal | 53 | 272 | 361 | 122 | 27 | 0 | 5 | 305 | 130 | 70 |
| Binary | 101011 | 10111010 | 11110001 | 1010010 | 10111 | 0 | 101 | 11000101 | 1011000 | 111000 |
Color Harmonies of #2BBAF1
Complementary color
Monochromatic Colors of #2BBAF1
Black with #2BBAF1
Text Example
Text Example
White with #2BBAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAF1; }
p { color: rgb(43,186,241); }
H1.HeaderClassName
{
color: #2BBAF1;
}
.AnyTagClassName
{
color: #2BBAF1;
}
</style>
background-color css
<style>
a { background-color: #2BBAF1; }
a { background-color: rgb(43,186,241); }
div.DivClassName
{
background-color: #2BBAF1;
}
.BgClassName
{
background-color: #2BBAF1;
}
</style>
border-color css
<style>
span { border-color: #2BBAF1; }
span { border-color: rgb(43,186,241); }
td.TdClassName
{
border-color: #2BBAF1;
}
.TagClassName
{
border-color: #2BBAF1;
}
</style>