Shades of Summer Sky #2BCBDE
Tints of Summer Sky #2BCBDE
RGB
CMYK
RGB Variations
Color information
#2BCBDE (or 0x2BCBDE) is known color: Summer Sky. HEX triplet: 2B, CB and DE. RGB value is (43,203,222). Sum of RGB (Red+Green+Blue) = 43+203+222=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 203 (79.69% from 255 or 43.38% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #2BCBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBDE is #D43421. Grayscale: #9D9D9D. Windows color (decimal): -13906978 or 14601003. OLE color: 14601003.
HSL color Cylindrical-coordinate representation of color #2BCBDE: hue angle of 186.37º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BCBDE is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 203 | 222 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.13 |
| HSL | 186.37º | 0.73% | 0.52% | - |
| HSV(B) | 186.37º | 0.81% | 0.87% | - |
| XYZ | 35.54 | 48.5 | 76.6 | - |
| YUV | 157.33 | 164.49 | 46.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 222 | 0.81 | 0.09 | 0 | 0.13 | 186.37 | 0.73 | 0.52 |
| Hex | 2B | CB | DE | 51 | 9 | 0 | D | BA | 49 | 34 |
| Octal | 53 | 313 | 336 | 121 | 11 | 0 | 15 | 272 | 111 | 64 |
| Binary | 101011 | 11001011 | 11011110 | 1010001 | 1001 | 0 | 1101 | 10111010 | 1001001 | 110100 |
Color Harmonies of #2BCBDE
Complementary color
Monochromatic Colors of #2BCBDE
Black with #2BCBDE
Text Example
Text Example
White with #2BCBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBDE; }
p { color: rgb(43,203,222); }
H1.HeaderClassName
{
color: #2BCBDE;
}
.AnyTagClassName
{
color: #2BCBDE;
}
</style>
background-color css
<style>
a { background-color: #2BCBDE; }
a { background-color: rgb(43,203,222); }
div.DivClassName
{
background-color: #2BCBDE;
}
.BgClassName
{
background-color: #2BCBDE;
}
</style>
border-color css
<style>
span { border-color: #2BCBDE; }
span { border-color: rgb(43,203,222); }
td.TdClassName
{
border-color: #2BCBDE;
}
.TagClassName
{
border-color: #2BCBDE;
}
</style>