Shades of Summer Sky #2BCBDF
Tints of Summer Sky #2BCBDF
RGB
CMYK
RGB Variations
Color information
#2BCBDF (or 0x2BCBDF) is known color: Summer Sky. HEX triplet: 2B, CB and DF. RGB value is (43,203,223). Sum of RGB (Red+Green+Blue) = 43+203+223=469 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.17% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #2BCBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCBDF is #D43420. Grayscale: #9D9D9D. Windows color (decimal): -13906977 or 14666539. OLE color: 14666539.
HSL color Cylindrical-coordinate representation of color #2BCBDF: hue angle of 186.67º 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 #2BCBDF is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 203 | 223 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.13 |
| HSL | 186.67º | 0.74% | 0.52% | - |
| HSV(B) | 186.67º | 0.81% | 0.87% | - |
| XYZ | 35.67 | 48.55 | 77.3 | - |
| YUV | 157.44 | 164.99 | 46.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 223 | 0.81 | 0.09 | 0 | 0.13 | 186.67 | 0.74 | 0.52 |
| Hex | 2B | CB | DF | 51 | 9 | 0 | D | BB | 4A | 34 |
| Octal | 53 | 313 | 337 | 121 | 11 | 0 | 15 | 273 | 112 | 64 |
| Binary | 101011 | 11001011 | 11011111 | 1010001 | 1001 | 0 | 1101 | 10111011 | 1001010 | 110100 |
Color Harmonies of #2BCBDF
Complementary color
Monochromatic Colors of #2BCBDF
Black with #2BCBDF
Text Example
Text Example
White with #2BCBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBDF; }
p { color: rgb(43,203,223); }
H1.HeaderClassName
{
color: #2BCBDF;
}
.AnyTagClassName
{
color: #2BCBDF;
}
</style>
background-color css
<style>
a { background-color: #2BCBDF; }
a { background-color: rgb(43,203,223); }
div.DivClassName
{
background-color: #2BCBDF;
}
.BgClassName
{
background-color: #2BCBDF;
}
</style>
border-color css
<style>
span { border-color: #2BCBDF; }
span { border-color: rgb(43,203,223); }
td.TdClassName
{
border-color: #2BCBDF;
}
.TagClassName
{
border-color: #2BCBDF;
}
</style>