Shades of Summer Sky #2CB6DF
Tints of Summer Sky #2CB6DF
RGB
CMYK
RGB Variations
Color information
#2CB6DF (or 0x2CB6DF) is known color: Summer Sky. HEX triplet: 2C, B6 and DF. RGB value is (44,182,223). Sum of RGB (Red+Green+Blue) = 44+182+223=449 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.80% from 449); Green value is 182 (71.48% from 255 or 40.53% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #2CB6DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB6DF is #D34920. Grayscale: #919191. Windows color (decimal): -13846817 or 14661164. OLE color: 14661164.
HSL color Cylindrical-coordinate representation of color #2CB6DF: hue angle of 193.74º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CB6DF is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 182 | 223 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.13 |
| HSL | 193.74º | 0.74% | 0.52% | - |
| HSV(B) | 193.74º | 0.8% | 0.87% | - |
| XYZ | 31.09 | 39.32 | 75.76 | - |
| YUV | 145.41 | 171.78 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 182 | 223 | 0.80 | 0.18 | 0 | 0.13 | 193.74 | 0.74 | 0.52 |
| Hex | 2C | B6 | DF | 50 | 12 | 0 | D | C2 | 4A | 34 |
| Octal | 54 | 266 | 337 | 120 | 22 | 0 | 15 | 302 | 112 | 64 |
| Binary | 101100 | 10110110 | 11011111 | 1010000 | 10010 | 0 | 1101 | 11000010 | 1001010 | 110100 |
Color Harmonies of #2CB6DF
Complementary color
Monochromatic Colors of #2CB6DF
Black with #2CB6DF
Text Example
Text Example
White with #2CB6DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CB6DF; }
p { color: rgb(44,182,223); }
H1.HeaderClassName
{
color: #2CB6DF;
}
.AnyTagClassName
{
color: #2CB6DF;
}
</style>
background-color css
<style>
a { background-color: #2CB6DF; }
a { background-color: rgb(44,182,223); }
div.DivClassName
{
background-color: #2CB6DF;
}
.BgClassName
{
background-color: #2CB6DF;
}
</style>
border-color css
<style>
span { border-color: #2CB6DF; }
span { border-color: rgb(44,182,223); }
td.TdClassName
{
border-color: #2CB6DF;
}
.TagClassName
{
border-color: #2CB6DF;
}
</style>