Shades of Summer Sky #2BBFEA
Tints of Summer Sky #2BBFEA
RGB
CMYK
RGB Variations
Color information
#2BBFEA (or 0x2BBFEA) is known color: Summer Sky. HEX triplet: 2B, BF and EA. RGB value is (43,191,234). Sum of RGB (Red+Green+Blue) = 43+191+234=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #2BBFEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBFEA is #D44015. Grayscale: #979797. Windows color (decimal): -13910038 or 15384363. OLE color: 15384363.
HSL color Cylindrical-coordinate representation of color #2BBFEA: hue angle of 193.51º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BBFEA is Cyan = 0.82, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 191 | 234 | - |
| CMYK | 0.82 | 0.18 | 0 | 0.08 |
| HSL | 193.51º | 0.82% | 0.54% | - |
| HSV(B) | 193.51º | 0.82% | 0.92% | - |
| XYZ | 34.48 | 43.72 | 84.46 | - |
| YUV | 151.65 | 174.47 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 191 | 234 | 0.82 | 0.18 | 0 | 0.08 | 193.51 | 0.82 | 0.54 |
| Hex | 2B | BF | EA | 52 | 12 | 0 | 8 | C2 | 52 | 36 |
| Octal | 53 | 277 | 352 | 122 | 22 | 0 | 10 | 302 | 122 | 66 |
| Binary | 101011 | 10111111 | 11101010 | 1010010 | 10010 | 0 | 1000 | 11000010 | 1010010 | 110110 |
Color Harmonies of #2BBFEA
Complementary color
Monochromatic Colors of #2BBFEA
Black with #2BBFEA
Text Example
Text Example
White with #2BBFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBFEA; }
p { color: rgb(43,191,234); }
H1.HeaderClassName
{
color: #2BBFEA;
}
.AnyTagClassName
{
color: #2BBFEA;
}
</style>
background-color css
<style>
a { background-color: #2BBFEA; }
a { background-color: rgb(43,191,234); }
div.DivClassName
{
background-color: #2BBFEA;
}
.BgClassName
{
background-color: #2BBFEA;
}
</style>
border-color css
<style>
span { border-color: #2BBFEA; }
span { border-color: rgb(43,191,234); }
td.TdClassName
{
border-color: #2BBFEA;
}
.TagClassName
{
border-color: #2BBFEA;
}
</style>