Shades of Summer Sky #2BCBF7
Tints of Summer Sky #2BCBF7
RGB
CMYK
RGB Variations
Color information
#2BCBF7 (or 0x2BCBF7) is known color: Summer Sky. HEX triplet: 2B, CB and F7. RGB value is (43,203,247). Sum of RGB (Red+Green+Blue) = 43+203+247=493 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.72% from 493); Green value is 203 (79.69% from 255 or 41.18% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #2BCBF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCBF7 is #D43408. Grayscale: #9F9F9F. Windows color (decimal): -13906953 or 16239403. OLE color: 16239403.
HSL color Cylindrical-coordinate representation of color #2BCBF7: hue angle of 192.94º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BCBF7 is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 203 | 247 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.03 |
| HSL | 192.94º | 0.93% | 0.57% | - |
| HSV(B) | 192.94º | 0.83% | 0.97% | - |
| XYZ | 39.14 | 49.94 | 95.57 | - |
| YUV | 160.18 | 176.99 | 44.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 203 | 247 | 0.83 | 0.18 | 0 | 0.03 | 192.94 | 0.93 | 0.57 |
| Hex | 2B | CB | F7 | 53 | 12 | 0 | 3 | C1 | 5D | 39 |
| Octal | 53 | 313 | 367 | 123 | 22 | 0 | 3 | 301 | 135 | 71 |
| Binary | 101011 | 11001011 | 11110111 | 1010011 | 10010 | 0 | 11 | 11000001 | 1011101 | 111001 |
Color Harmonies of #2BCBF7
Complementary color
Monochromatic Colors of #2BCBF7
Black with #2BCBF7
Text Example
Text Example
White with #2BCBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCBF7; }
p { color: rgb(43,203,247); }
H1.HeaderClassName
{
color: #2BCBF7;
}
.AnyTagClassName
{
color: #2BCBF7;
}
</style>
background-color css
<style>
a { background-color: #2BCBF7; }
a { background-color: rgb(43,203,247); }
div.DivClassName
{
background-color: #2BCBF7;
}
.BgClassName
{
background-color: #2BCBF7;
}
</style>
border-color css
<style>
span { border-color: #2BCBF7; }
span { border-color: rgb(43,203,247); }
td.TdClassName
{
border-color: #2BCBF7;
}
.TagClassName
{
border-color: #2BCBF7;
}
</style>