Shades of Summer Sky #2BBCEF
Tints of Summer Sky #2BBCEF
RGB
CMYK
RGB Variations
Color information
#2BBCEF (or 0x2BBCEF) is known color: Summer Sky. HEX triplet: 2B, BC and EF. RGB value is (43,188,239). Sum of RGB (Red+Green+Blue) = 43+188+239=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BBCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BBCEF is #D44310. Grayscale: #969696. Windows color (decimal): -13910801 or 15711275. OLE color: 15711275.
HSL color Cylindrical-coordinate representation of color #2BBCEF: hue angle of 195.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BBCEF is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 188 | 239 | - |
| CMYK | 0.82 | 0.21 | 0 | 0.06 |
| HSL | 195.61º | 0.86% | 0.55% | - |
| HSV(B) | 195.61º | 0.82% | 0.94% | - |
| XYZ | 34.56 | 42.71 | 88.08 | - |
| YUV | 150.46 | 177.96 | 51.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 239 | 0.82 | 0.21 | 0 | 0.06 | 195.61 | 0.86 | 0.55 |
| Hex | 2B | BC | EF | 52 | 15 | 0 | 6 | C4 | 56 | 37 |
| Octal | 53 | 274 | 357 | 122 | 25 | 0 | 6 | 304 | 126 | 67 |
| Binary | 101011 | 10111100 | 11101111 | 1010010 | 10101 | 0 | 110 | 11000100 | 1010110 | 110111 |
Color Harmonies of #2BBCEF
Complementary color
Monochromatic Colors of #2BBCEF
Black with #2BBCEF
Text Example
Text Example
White with #2BBCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCEF; }
p { color: rgb(43,188,239); }
H1.HeaderClassName
{
color: #2BBCEF;
}
.AnyTagClassName
{
color: #2BBCEF;
}
</style>
background-color css
<style>
a { background-color: #2BBCEF; }
a { background-color: rgb(43,188,239); }
div.DivClassName
{
background-color: #2BBCEF;
}
.BgClassName
{
background-color: #2BBCEF;
}
</style>
border-color css
<style>
span { border-color: #2BBCEF; }
span { border-color: rgb(43,188,239); }
td.TdClassName
{
border-color: #2BBCEF;
}
.TagClassName
{
border-color: #2BBCEF;
}
</style>