Shades of Summer Sky #2BBDEA
Tints of Summer Sky #2BBDEA
RGB
CMYK
RGB Variations
Color information
#2BBDEA (or 0x2BBDEA) is known color: Summer Sky. HEX triplet: 2B, BD and EA. RGB value is (43,189,234). Sum of RGB (Red+Green+Blue) = 43+189+234=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #2BBDEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBDEA is #D44215. Grayscale: #969696. Windows color (decimal): -13910550 or 15383851. OLE color: 15383851.
HSL color Cylindrical-coordinate representation of color #2BBDEA: hue angle of 194.14º 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 #2BBDEA is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 189 | 234 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.08 |
| HSL | 194.14º | 0.82% | 0.54% | - |
| HSV(B) | 194.14º | 0.82% | 0.92% | - |
| XYZ | 34.05 | 42.85 | 84.32 | - |
| YUV | 150.48 | 175.13 | 51.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 234 | 0.82 | 0.19 | 0 | 0.08 | 194.14 | 0.82 | 0.54 |
| Hex | 2B | BD | EA | 52 | 13 | 0 | 8 | C2 | 52 | 36 |
| Octal | 53 | 275 | 352 | 122 | 23 | 0 | 10 | 302 | 122 | 66 |
| Binary | 101011 | 10111101 | 11101010 | 1010010 | 10011 | 0 | 1000 | 11000010 | 1010010 | 110110 |
Color Harmonies of #2BBDEA
Complementary color
Monochromatic Colors of #2BBDEA
Black with #2BBDEA
Text Example
Text Example
White with #2BBDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDEA; }
p { color: rgb(43,189,234); }
H1.HeaderClassName
{
color: #2BBDEA;
}
.AnyTagClassName
{
color: #2BBDEA;
}
</style>
background-color css
<style>
a { background-color: #2BBDEA; }
a { background-color: rgb(43,189,234); }
div.DivClassName
{
background-color: #2BBDEA;
}
.BgClassName
{
background-color: #2BBDEA;
}
</style>
border-color css
<style>
span { border-color: #2BBDEA; }
span { border-color: rgb(43,189,234); }
td.TdClassName
{
border-color: #2BBDEA;
}
.TagClassName
{
border-color: #2BBDEA;
}
</style>