Shades of Summer Sky #2CB9CF
Tints of Summer Sky #2CB9CF
RGB
CMYK
RGB Variations
Color information
#2CB9CF (or 0x2CB9CF) is known color: Summer Sky. HEX triplet: 2C, B9 and CF. RGB value is (44,185,207). Sum of RGB (Red+Green+Blue) = 44+185+207=436 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.09% from 436); Green value is 185 (72.66% from 255 or 42.43% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #2CB9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB9CF is #D34630. Grayscale: #919191. Windows color (decimal): -13846065 or 13613356. OLE color: 13613356.
HSL color Cylindrical-coordinate representation of color #2CB9CF: hue angle of 188.1º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CB9CF is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 185 | 207 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.19 |
| HSL | 188.1º | 0.65% | 0.49% | - |
| HSV(B) | 188.1º | 0.79% | 0.81% | - |
| XYZ | 29.65 | 39.74 | 65.14 | - |
| YUV | 145.35 | 162.79 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 185 | 207 | 0.79 | 0.11 | 0 | 0.19 | 188.1 | 0.65 | 0.49 |
| Hex | 2C | B9 | CF | 4F | B | 0 | 13 | BC | 41 | 31 |
| Octal | 54 | 271 | 317 | 117 | 13 | 0 | 23 | 274 | 101 | 61 |
| Binary | 101100 | 10111001 | 11001111 | 1001111 | 1011 | 0 | 10011 | 10111100 | 1000001 | 110001 |
Color Harmonies of #2CB9CF
Complementary color
Monochromatic Colors of #2CB9CF
Black with #2CB9CF
Text Example
Text Example
White with #2CB9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB9CF; }
p { color: rgb(44,185,207); }
H1.HeaderClassName
{
color: #2CB9CF;
}
.AnyTagClassName
{
color: #2CB9CF;
}
</style>
background-color css
<style>
a { background-color: #2CB9CF; }
a { background-color: rgb(44,185,207); }
div.DivClassName
{
background-color: #2CB9CF;
}
.BgClassName
{
background-color: #2CB9CF;
}
</style>
border-color css
<style>
span { border-color: #2CB9CF; }
span { border-color: rgb(44,185,207); }
td.TdClassName
{
border-color: #2CB9CF;
}
.TagClassName
{
border-color: #2CB9CF;
}
</style>