Shades of Summer Sky #2BC4DD
Tints of Summer Sky #2BC4DD
RGB
CMYK
RGB Variations
Color information
#2BC4DD (or 0x2BC4DD) is known color: Summer Sky. HEX triplet: 2B, C4 and DD. RGB value is (43,196,221). Sum of RGB (Red+Green+Blue) = 43+196+221=460 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.35% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BC4DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC4DD is #D43B22. Grayscale: #989898. Windows color (decimal): -13908771 or 14533675. OLE color: 14533675.
HSL color Cylindrical-coordinate representation of color #2BC4DD: hue angle of 188.43º 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 #2BC4DD is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 196 | 221 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.13 |
| HSL | 188.43º | 0.72% | 0.52% | - |
| HSV(B) | 188.43º | 0.81% | 0.87% | - |
| XYZ | 33.79 | 45.21 | 75.35 | - |
| YUV | 153.1 | 166.31 | 49.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 196 | 221 | 0.81 | 0.11 | 0 | 0.13 | 188.43 | 0.72 | 0.52 |
| Hex | 2B | C4 | DD | 51 | B | 0 | D | BC | 48 | 34 |
| Octal | 53 | 304 | 335 | 121 | 13 | 0 | 15 | 274 | 110 | 64 |
| Binary | 101011 | 11000100 | 11011101 | 1010001 | 1011 | 0 | 1101 | 10111100 | 1001000 | 110100 |
Color Harmonies of #2BC4DD
Complementary color
Monochromatic Colors of #2BC4DD
Black with #2BC4DD
Text Example
Text Example
White with #2BC4DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC4DD; }
p { color: rgb(43,196,221); }
H1.HeaderClassName
{
color: #2BC4DD;
}
.AnyTagClassName
{
color: #2BC4DD;
}
</style>
background-color css
<style>
a { background-color: #2BC4DD; }
a { background-color: rgb(43,196,221); }
div.DivClassName
{
background-color: #2BC4DD;
}
.BgClassName
{
background-color: #2BC4DD;
}
</style>
border-color css
<style>
span { border-color: #2BC4DD; }
span { border-color: rgb(43,196,221); }
td.TdClassName
{
border-color: #2BC4DD;
}
.TagClassName
{
border-color: #2BC4DD;
}
</style>