Shades of Summer Sky #2BCCDF
Tints of Summer Sky #2BCCDF
RGB
CMYK
RGB Variations
Color information
#2BCCDF (or 0x2BCCDF) is known color: Summer Sky. HEX triplet: 2B, CC and DF. RGB value is (43,204,223). Sum of RGB (Red+Green+Blue) = 43+204+223=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 204 (80.08% from 255 or 43.40% 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 #2BCCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCDF is #D43320. Grayscale: #9D9D9D. Windows color (decimal): -13906721 or 14666795. OLE color: 14666795.
HSL color Cylindrical-coordinate representation of color #2BCCDF: hue angle of 186.33º degrees, saturation: 0.74, 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 #2BCCDF is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 204 | 223 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.13 |
| HSL | 186.33º | 0.74% | 0.52% | - |
| HSV(B) | 186.33º | 0.81% | 0.87% | - |
| XYZ | 35.91 | 49.03 | 77.38 | - |
| YUV | 158.03 | 164.66 | 45.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 223 | 0.81 | 0.09 | 0 | 0.13 | 186.33 | 0.74 | 0.52 |
| Hex | 2B | CC | DF | 51 | 9 | 0 | D | BA | 4A | 34 |
| Octal | 53 | 314 | 337 | 121 | 11 | 0 | 15 | 272 | 112 | 64 |
| Binary | 101011 | 11001100 | 11011111 | 1010001 | 1001 | 0 | 1101 | 10111010 | 1001010 | 110100 |
Color Harmonies of #2BCCDF
Complementary color
Monochromatic Colors of #2BCCDF
Black with #2BCCDF
Text Example
Text Example
White with #2BCCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCDF; }
p { color: rgb(43,204,223); }
H1.HeaderClassName
{
color: #2BCCDF;
}
.AnyTagClassName
{
color: #2BCCDF;
}
</style>
background-color css
<style>
a { background-color: #2BCCDF; }
a { background-color: rgb(43,204,223); }
div.DivClassName
{
background-color: #2BCCDF;
}
.BgClassName
{
background-color: #2BCCDF;
}
</style>
border-color css
<style>
span { border-color: #2BCCDF; }
span { border-color: rgb(43,204,223); }
td.TdClassName
{
border-color: #2BCCDF;
}
.TagClassName
{
border-color: #2BCCDF;
}
</style>