Shades of Summer Sky #2BCFF7
Tints of Summer Sky #2BCFF7
RGB
CMYK
RGB Variations
Color information
#2BCFF7 (or 0x2BCFF7) is known color: Summer Sky. HEX triplet: 2B, CF and F7. RGB value is (43,207,247). Sum of RGB (Red+Green+Blue) = 43+207+247=497 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.65% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 247 (96.88% from 255 or 49.70% from 497); Max value from RGB is 247 - color contains mainly: blue. Hex color #2BCFF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BCFF7 is #D43008. Grayscale: #A2A2A2. Windows color (decimal): -13905929 or 16240427. OLE color: 16240427.
HSL color Cylindrical-coordinate representation of color #2BCFF7: hue angle of 191.76º 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 #2BCFF7 is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 207 | 247 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.03 |
| HSL | 191.76º | 0.93% | 0.57% | - |
| HSV(B) | 191.76º | 0.83% | 0.97% | - |
| XYZ | 40.1 | 51.85 | 95.89 | - |
| YUV | 162.52 | 175.67 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 247 | 0.83 | 0.16 | 0 | 0.03 | 191.76 | 0.93 | 0.57 |
| Hex | 2B | CF | F7 | 53 | 10 | 0 | 3 | C0 | 5D | 39 |
| Octal | 53 | 317 | 367 | 123 | 20 | 0 | 3 | 300 | 135 | 71 |
| Binary | 101011 | 11001111 | 11110111 | 1010011 | 10000 | 0 | 11 | 11000000 | 1011101 | 111001 |
Color Harmonies of #2BCFF7
Complementary color
Monochromatic Colors of #2BCFF7
Black with #2BCFF7
Text Example
Text Example
White with #2BCFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFF7; }
p { color: rgb(43,207,247); }
H1.HeaderClassName
{
color: #2BCFF7;
}
.AnyTagClassName
{
color: #2BCFF7;
}
</style>
background-color css
<style>
a { background-color: #2BCFF7; }
a { background-color: rgb(43,207,247); }
div.DivClassName
{
background-color: #2BCFF7;
}
.BgClassName
{
background-color: #2BCFF7;
}
</style>
border-color css
<style>
span { border-color: #2BCFF7; }
span { border-color: rgb(43,207,247); }
td.TdClassName
{
border-color: #2BCFF7;
}
.TagClassName
{
border-color: #2BCFF7;
}
</style>