Shades of Summer Sky #2BC7DD
Tints of Summer Sky #2BC7DD
RGB
CMYK
RGB Variations
Color information
#2BC7DD (or 0x2BC7DD) is known color: Summer Sky. HEX triplet: 2B, C7 and DD. RGB value is (43,199,221). Sum of RGB (Red+Green+Blue) = 43+199+221=463 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.29% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BC7DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC7DD is #D43822. Grayscale: #9A9A9A. Windows color (decimal): -13908003 or 14534443. OLE color: 14534443.
HSL color Cylindrical-coordinate representation of color #2BC7DD: hue angle of 187.42º 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 #2BC7DD is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 199 | 221 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.13 |
| HSL | 187.42º | 0.72% | 0.52% | - |
| HSV(B) | 187.42º | 0.81% | 0.87% | - |
| XYZ | 34.47 | 46.58 | 75.58 | - |
| YUV | 154.86 | 165.32 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 221 | 0.81 | 0.10 | 0 | 0.13 | 187.42 | 0.72 | 0.52 |
| Hex | 2B | C7 | DD | 51 | A | 0 | D | BB | 48 | 34 |
| Octal | 53 | 307 | 335 | 121 | 12 | 0 | 15 | 273 | 110 | 64 |
| Binary | 101011 | 11000111 | 11011101 | 1010001 | 1010 | 0 | 1101 | 10111011 | 1001000 | 110100 |
Color Harmonies of #2BC7DD
Complementary color
Monochromatic Colors of #2BC7DD
Black with #2BC7DD
Text Example
Text Example
White with #2BC7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC7DD; }
p { color: rgb(43,199,221); }
H1.HeaderClassName
{
color: #2BC7DD;
}
.AnyTagClassName
{
color: #2BC7DD;
}
</style>
background-color css
<style>
a { background-color: #2BC7DD; }
a { background-color: rgb(43,199,221); }
div.DivClassName
{
background-color: #2BC7DD;
}
.BgClassName
{
background-color: #2BC7DD;
}
</style>
border-color css
<style>
span { border-color: #2BC7DD; }
span { border-color: rgb(43,199,221); }
td.TdClassName
{
border-color: #2BC7DD;
}
.TagClassName
{
border-color: #2BC7DD;
}
</style>