Shades of Summer Sky #2BBDEE
Tints of Summer Sky #2BBDEE
RGB
CMYK
RGB Variations
Color information
#2BBDEE (or 0x2BBDEE) is known color: Summer Sky. HEX triplet: 2B, BD and EE. RGB value is (43,189,238). Sum of RGB (Red+Green+Blue) = 43+189+238=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 189 (74.22% from 255 or 40.21% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #2BBDEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBDEE is #D44211. Grayscale: #969696. Windows color (decimal): -13910546 or 15645995. OLE color: 15645995.
HSL color Cylindrical-coordinate representation of color #2BBDEE: hue angle of 195.08º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BBDEE is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 43 | 189 | 238 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.07 |
| HSL | 195.08º | 0.85% | 0.55% | - |
| HSV(B) | 195.08º | 0.82% | 0.93% | - |
| XYZ | 34.63 | 43.08 | 87.38 | - |
| YUV | 150.93 | 177.13 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 238 | 0.82 | 0.21 | 0 | 0.07 | 195.08 | 0.85 | 0.55 |
| Hex | 2B | BD | EE | 52 | 15 | 0 | 7 | C3 | 55 | 37 |
| Octal | 53 | 275 | 356 | 122 | 25 | 0 | 7 | 303 | 125 | 67 |
| Binary | 101011 | 10111101 | 11101110 | 1010010 | 10101 | 0 | 111 | 11000011 | 1010101 | 110111 |
Color Harmonies of #2BBDEE
Complementary color
Monochromatic Colors of #2BBDEE
Black with #2BBDEE
Text Example
Text Example
White with #2BBDEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDEE; }
p { color: rgb(43,189,238); }
H1.HeaderClassName
{
color: #2BBDEE;
}
.AnyTagClassName
{
color: #2BBDEE;
}
</style>
background-color css
<style>
a { background-color: #2BBDEE; }
a { background-color: rgb(43,189,238); }
div.DivClassName
{
background-color: #2BBDEE;
}
.BgClassName
{
background-color: #2BBDEE;
}
</style>
border-color css
<style>
span { border-color: #2BBDEE; }
span { border-color: rgb(43,189,238); }
td.TdClassName
{
border-color: #2BBDEE;
}
.TagClassName
{
border-color: #2BBDEE;
}
</style>