Shades of Summer Sky #2BBEFA
Tints of Summer Sky #2BBEFA
RGB
CMYK
RGB Variations
Color information
#2BBEFA (or 0x2BBEFA) is known color: Summer Sky. HEX triplet: 2B, BE and FA. RGB value is (43,190,250). Sum of RGB (Red+Green+Blue) = 43+190+250=483 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.90% from 483); Green value is 190 (74.61% from 255 or 39.34% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #2BBEFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBEFA is #D44105. Grayscale: #989898. Windows color (decimal): -13910278 or 16432683. OLE color: 16432683.
HSL color Cylindrical-coordinate representation of color #2BBEFA: hue angle of 197.39º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BBEFA is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 190 | 250 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.02 |
| HSL | 197.39º | 0.95% | 0.57% | - |
| HSV(B) | 197.39º | 0.83% | 0.98% | - |
| XYZ | 36.67 | 44.24 | 97.05 | - |
| YUV | 152.89 | 182.8 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 250 | 0.83 | 0.24 | 0 | 0.02 | 197.39 | 0.95 | 0.57 |
| Hex | 2B | BE | FA | 53 | 18 | 0 | 2 | C5 | 5F | 39 |
| Octal | 53 | 276 | 372 | 123 | 30 | 0 | 2 | 305 | 137 | 71 |
| Binary | 101011 | 10111110 | 11111010 | 1010011 | 11000 | 0 | 10 | 11000101 | 1011111 | 111001 |
Color Harmonies of #2BBEFA
Complementary color
Monochromatic Colors of #2BBEFA
Black with #2BBEFA
Text Example
Text Example
White with #2BBEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEFA; }
p { color: rgb(43,190,250); }
H1.HeaderClassName
{
color: #2BBEFA;
}
.AnyTagClassName
{
color: #2BBEFA;
}
</style>
background-color css
<style>
a { background-color: #2BBEFA; }
a { background-color: rgb(43,190,250); }
div.DivClassName
{
background-color: #2BBEFA;
}
.BgClassName
{
background-color: #2BBEFA;
}
</style>
border-color css
<style>
span { border-color: #2BBEFA; }
span { border-color: rgb(43,190,250); }
td.TdClassName
{
border-color: #2BBEFA;
}
.TagClassName
{
border-color: #2BBEFA;
}
</style>