Shades of Summer Sky #2BBEEB
Tints of Summer Sky #2BBEEB
RGB
CMYK
RGB Variations
Color information
#2BBEEB (or 0x2BBEEB) is known color: Summer Sky. HEX triplet: 2B, BE and EB. RGB value is (43,190,235). Sum of RGB (Red+Green+Blue) = 43+190+235=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 190 (74.61% from 255 or 40.60% from 468); Blue value is 235 (92.19% from 255 or 50.21% from 468); Max value from RGB is 235 - color contains mainly: blue. Hex color #2BBEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBEEB is #D44114. Grayscale: #969696. Windows color (decimal): -13910293 or 15449643. OLE color: 15449643.
HSL color Cylindrical-coordinate representation of color #2BBEEB: hue angle of 194.06º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BBEEB is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 43 | 190 | 235 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.08 |
| HSL | 194.06º | 0.83% | 0.55% | - |
| HSV(B) | 194.06º | 0.82% | 0.92% | - |
| XYZ | 34.41 | 43.34 | 85.15 | - |
| YUV | 151.18 | 175.3 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 190 | 235 | 0.82 | 0.19 | 0 | 0.08 | 194.06 | 0.83 | 0.55 |
| Hex | 2B | BE | EB | 52 | 13 | 0 | 8 | C2 | 53 | 37 |
| Octal | 53 | 276 | 353 | 122 | 23 | 0 | 10 | 302 | 123 | 67 |
| Binary | 101011 | 10111110 | 11101011 | 1010010 | 10011 | 0 | 1000 | 11000010 | 1010011 | 110111 |
Color Harmonies of #2BBEEB
Complementary color
Monochromatic Colors of #2BBEEB
Black with #2BBEEB
Text Example
Text Example
White with #2BBEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBEEB; }
p { color: rgb(43,190,235); }
H1.HeaderClassName
{
color: #2BBEEB;
}
.AnyTagClassName
{
color: #2BBEEB;
}
</style>
background-color css
<style>
a { background-color: #2BBEEB; }
a { background-color: rgb(43,190,235); }
div.DivClassName
{
background-color: #2BBEEB;
}
.BgClassName
{
background-color: #2BBEEB;
}
</style>
border-color css
<style>
span { border-color: #2BBEEB; }
span { border-color: rgb(43,190,235); }
td.TdClassName
{
border-color: #2BBEEB;
}
.TagClassName
{
border-color: #2BBEEB;
}
</style>