Shades of Summer Sky #2CCBDF
Tints of Summer Sky #2CCBDF
RGB
CMYK
RGB Variations
Color information
#2CCBDF (or 0x2CCBDF) is known color: Summer Sky. HEX triplet: 2C, CB and DF. RGB value is (44,203,223). Sum of RGB (Red+Green+Blue) = 44+203+223=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 203 (79.69% from 255 or 43.19% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #2CCBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CCBDF is #D33420. Grayscale: #9D9D9D. Windows color (decimal): -13841441 or 14666540. OLE color: 14666540.
HSL color Cylindrical-coordinate representation of color #2CCBDF: hue angle of 186.7º 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 #2CCBDF is Cyan = 0.80, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 203 | 223 | - |
| CMYK | 0.80 | 0.09 | 0 | 0.13 |
| HSL | 186.7º | 0.74% | 0.52% | - |
| HSV(B) | 186.7º | 0.8% | 0.87% | - |
| XYZ | 35.71 | 48.58 | 77.31 | - |
| YUV | 157.74 | 164.82 | 46.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 203 | 223 | 0.80 | 0.09 | 0 | 0.13 | 186.7 | 0.74 | 0.52 |
| Hex | 2C | CB | DF | 50 | 9 | 0 | D | BB | 4A | 34 |
| Octal | 54 | 313 | 337 | 120 | 11 | 0 | 15 | 273 | 112 | 64 |
| Binary | 101100 | 11001011 | 11011111 | 1010000 | 1001 | 0 | 1101 | 10111011 | 1001010 | 110100 |
Color Harmonies of #2CCBDF
Complementary color
Monochromatic Colors of #2CCBDF
Black with #2CCBDF
Text Example
Text Example
White with #2CCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCBDF; }
p { color: rgb(44,203,223); }
H1.HeaderClassName
{
color: #2CCBDF;
}
.AnyTagClassName
{
color: #2CCBDF;
}
</style>
background-color css
<style>
a { background-color: #2CCBDF; }
a { background-color: rgb(44,203,223); }
div.DivClassName
{
background-color: #2CCBDF;
}
.BgClassName
{
background-color: #2CCBDF;
}
</style>
border-color css
<style>
span { border-color: #2CCBDF; }
span { border-color: rgb(44,203,223); }
td.TdClassName
{
border-color: #2CCBDF;
}
.TagClassName
{
border-color: #2CCBDF;
}
</style>