Shades of Summer Sky #2BCBDC
Tints of Summer Sky #2BCBDC
RGB
CMYK
RGB Variations
Color information
#2BCBDC (or 0x2BCBDC) is known color: Summer Sky. HEX triplet: 2B, CB and DC. RGB value is (43,203,220). Sum of RGB (Red+Green+Blue) = 43+203+220=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BCBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBDC is #D43423. Grayscale: #9C9C9C. Windows color (decimal): -13906980 or 14469931. OLE color: 14469931.
HSL color Cylindrical-coordinate representation of color #2BCBDC: hue angle of 185.76º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCBDC is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 203 | 220 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.14 |
| HSL | 185.76º | 0.72% | 0.52% | - |
| HSV(B) | 185.76º | 0.8% | 0.86% | - |
| XYZ | 35.27 | 48.39 | 75.19 | - |
| YUV | 157.1 | 163.49 | 46.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 220 | 0.80 | 0.08 | 0 | 0.14 | 185.76 | 0.72 | 0.52 |
| Hex | 2B | CB | DC | 50 | 8 | 0 | E | BA | 48 | 34 |
| Octal | 53 | 313 | 334 | 120 | 10 | 0 | 16 | 272 | 110 | 64 |
| Binary | 101011 | 11001011 | 11011100 | 1010000 | 1000 | 0 | 1110 | 10111010 | 1001000 | 110100 |
Color Harmonies of #2BCBDC
Complementary color
Monochromatic Colors of #2BCBDC
Black with #2BCBDC
Text Example
Text Example
White with #2BCBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBDC; }
p { color: rgb(43,203,220); }
H1.HeaderClassName
{
color: #2BCBDC;
}
.AnyTagClassName
{
color: #2BCBDC;
}
</style>
background-color css
<style>
a { background-color: #2BCBDC; }
a { background-color: rgb(43,203,220); }
div.DivClassName
{
background-color: #2BCBDC;
}
.BgClassName
{
background-color: #2BCBDC;
}
</style>
border-color css
<style>
span { border-color: #2BCBDC; }
span { border-color: rgb(43,203,220); }
td.TdClassName
{
border-color: #2BCBDC;
}
.TagClassName
{
border-color: #2BCBDC;
}
</style>