Shades of Summer Sky #2CBFD9
Tints of Summer Sky #2CBFD9
RGB
CMYK
RGB Variations
Color information
#2CBFD9 (or 0x2CBFD9) is known color: Summer Sky. HEX triplet: 2C, BF and D9. RGB value is (44,191,217). Sum of RGB (Red+Green+Blue) = 44+191+217=452 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.73% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: blue. Hex color #2CBFD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBFD9 is #D34026. Grayscale: #959595. Windows color (decimal): -13844519 or 14270252. OLE color: 14270252.
HSL color Cylindrical-coordinate representation of color #2CBFD9: hue angle of 189.02º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CBFD9 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 44 | 191 | 217 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.15 |
| HSL | 189.02º | 0.69% | 0.51% | - |
| HSV(B) | 189.02º | 0.8% | 0.85% | - |
| XYZ | 32.19 | 42.81 | 72.21 | - |
| YUV | 150.01 | 165.8 | 52.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 191 | 217 | 0.80 | 0.12 | 0 | 0.15 | 189.02 | 0.69 | 0.51 |
| Hex | 2C | BF | D9 | 50 | C | 0 | F | BD | 45 | 33 |
| Octal | 54 | 277 | 331 | 120 | 14 | 0 | 17 | 275 | 105 | 63 |
| Binary | 101100 | 10111111 | 11011001 | 1010000 | 1100 | 0 | 1111 | 10111101 | 1000101 | 110011 |
Color Harmonies of #2CBFD9
Complementary color
Monochromatic Colors of #2CBFD9
Black with #2CBFD9
Text Example
Text Example
White with #2CBFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBFD9; }
p { color: rgb(44,191,217); }
H1.HeaderClassName
{
color: #2CBFD9;
}
.AnyTagClassName
{
color: #2CBFD9;
}
</style>
background-color css
<style>
a { background-color: #2CBFD9; }
a { background-color: rgb(44,191,217); }
div.DivClassName
{
background-color: #2CBFD9;
}
.BgClassName
{
background-color: #2CBFD9;
}
</style>
border-color css
<style>
span { border-color: #2CBFD9; }
span { border-color: rgb(44,191,217); }
td.TdClassName
{
border-color: #2CBFD9;
}
.TagClassName
{
border-color: #2CBFD9;
}
</style>