Shades of Summer Sky #2BCCDD
Tints of Summer Sky #2BCCDD
RGB
CMYK
RGB Variations
Color information
#2BCCDD (or 0x2BCCDD) is known color: Summer Sky. HEX triplet: 2B, CC and DD. RGB value is (43,204,221). Sum of RGB (Red+Green+Blue) = 43+204+221=468 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.19% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BCCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCDD is #D43322. Grayscale: #9D9D9D. Windows color (decimal): -13906723 or 14535723. OLE color: 14535723.
HSL color Cylindrical-coordinate representation of color #2BCCDD: hue angle of 185.73º degrees, saturation: 0.72, 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 #2BCCDD is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 204 | 221 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.13 |
| HSL | 185.73º | 0.72% | 0.52% | - |
| HSV(B) | 185.73º | 0.81% | 0.87% | - |
| XYZ | 35.64 | 48.92 | 75.97 | - |
| YUV | 157.8 | 163.66 | 46.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 221 | 0.81 | 0.08 | 0 | 0.13 | 185.73 | 0.72 | 0.52 |
| Hex | 2B | CC | DD | 51 | 8 | 0 | D | BA | 48 | 34 |
| Octal | 53 | 314 | 335 | 121 | 10 | 0 | 15 | 272 | 110 | 64 |
| Binary | 101011 | 11001100 | 11011101 | 1010001 | 1000 | 0 | 1101 | 10111010 | 1001000 | 110100 |
Color Harmonies of #2BCCDD
Complementary color
Monochromatic Colors of #2BCCDD
Black with #2BCCDD
Text Example
Text Example
White with #2BCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCDD; }
p { color: rgb(43,204,221); }
H1.HeaderClassName
{
color: #2BCCDD;
}
.AnyTagClassName
{
color: #2BCCDD;
}
</style>
background-color css
<style>
a { background-color: #2BCCDD; }
a { background-color: rgb(43,204,221); }
div.DivClassName
{
background-color: #2BCCDD;
}
.BgClassName
{
background-color: #2BCCDD;
}
</style>
border-color css
<style>
span { border-color: #2BCCDD; }
span { border-color: rgb(43,204,221); }
td.TdClassName
{
border-color: #2BCCDD;
}
.TagClassName
{
border-color: #2BCCDD;
}
</style>