Shades of Summer Sky #2BC0DF
Tints of Summer Sky #2BC0DF
RGB
CMYK
RGB Variations
Color information
#2BC0DF (or 0x2BC0DF) is known color: Summer Sky. HEX triplet: 2B, C0 and DF. RGB value is (43,192,223). Sum of RGB (Red+Green+Blue) = 43+192+223=458 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.39% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 223 (87.5% from 255 or 48.69% from 458); Max value from RGB is 223 - color contains mainly: blue. Hex color #2BC0DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BC0DF is #D43F20. Grayscale: #969696. Windows color (decimal): -13909793 or 14663723. OLE color: 14663723.
HSL color Cylindrical-coordinate representation of color #2BC0DF: hue angle of 190.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 #2BC0DF is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 192 | 223 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.13 |
| HSL | 190.33º | 0.74% | 0.52% | - |
| HSV(B) | 190.33º | 0.81% | 0.87% | - |
| XYZ | 33.17 | 43.54 | 76.47 | - |
| YUV | 150.98 | 168.64 | 50.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 192 | 223 | 0.81 | 0.14 | 0 | 0.13 | 190.33 | 0.74 | 0.52 |
| Hex | 2B | C0 | DF | 51 | E | 0 | D | BE | 4A | 34 |
| Octal | 53 | 300 | 337 | 121 | 16 | 0 | 15 | 276 | 112 | 64 |
| Binary | 101011 | 11000000 | 11011111 | 1010001 | 1110 | 0 | 1101 | 10111110 | 1001010 | 110100 |
Color Harmonies of #2BC0DF
Complementary color
Monochromatic Colors of #2BC0DF
Black with #2BC0DF
Text Example
Text Example
White with #2BC0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC0DF; }
p { color: rgb(43,192,223); }
H1.HeaderClassName
{
color: #2BC0DF;
}
.AnyTagClassName
{
color: #2BC0DF;
}
</style>
background-color css
<style>
a { background-color: #2BC0DF; }
a { background-color: rgb(43,192,223); }
div.DivClassName
{
background-color: #2BC0DF;
}
.BgClassName
{
background-color: #2BC0DF;
}
</style>
border-color css
<style>
span { border-color: #2BC0DF; }
span { border-color: rgb(43,192,223); }
td.TdClassName
{
border-color: #2BC0DF;
}
.TagClassName
{
border-color: #2BC0DF;
}
</style>