Shades of Summer Sky #2BC5DC
Tints of Summer Sky #2BC5DC
RGB
CMYK
RGB Variations
Color information
#2BC5DC (or 0x2BC5DC) is known color: Summer Sky. HEX triplet: 2B, C5 and DC. RGB value is (43,197,220). Sum of RGB (Red+Green+Blue) = 43+197+220=460 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.35% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BC5DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC5DC is #D43A23. Grayscale: #999999. Windows color (decimal): -13908516 or 14468395. OLE color: 14468395.
HSL color Cylindrical-coordinate representation of color #2BC5DC: hue angle of 187.8º 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 #2BC5DC is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 197 | 220 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.14 |
| HSL | 187.8º | 0.72% | 0.52% | - |
| HSV(B) | 187.8º | 0.8% | 0.86% | - |
| XYZ | 33.88 | 45.61 | 74.73 | - |
| YUV | 153.58 | 165.48 | 49.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 197 | 220 | 0.80 | 0.10 | 0 | 0.14 | 187.8 | 0.72 | 0.52 |
| Hex | 2B | C5 | DC | 50 | A | 0 | E | BC | 48 | 34 |
| Octal | 53 | 305 | 334 | 120 | 12 | 0 | 16 | 274 | 110 | 64 |
| Binary | 101011 | 11000101 | 11011100 | 1010000 | 1010 | 0 | 1110 | 10111100 | 1001000 | 110100 |
Color Harmonies of #2BC5DC
Complementary color
Monochromatic Colors of #2BC5DC
Black with #2BC5DC
Text Example
Text Example
White with #2BC5DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC5DC; }
p { color: rgb(43,197,220); }
H1.HeaderClassName
{
color: #2BC5DC;
}
.AnyTagClassName
{
color: #2BC5DC;
}
</style>
background-color css
<style>
a { background-color: #2BC5DC; }
a { background-color: rgb(43,197,220); }
div.DivClassName
{
background-color: #2BC5DC;
}
.BgClassName
{
background-color: #2BC5DC;
}
</style>
border-color css
<style>
span { border-color: #2BC5DC; }
span { border-color: rgb(43,197,220); }
td.TdClassName
{
border-color: #2BC5DC;
}
.TagClassName
{
border-color: #2BC5DC;
}
</style>