Shades of Summer Sky #2BC7FB
Tints of Summer Sky #2BC7FB
RGB
CMYK
RGB Variations
Color information
#2BC7FB (or 0x2BC7FB) is known color: Summer Sky. HEX triplet: 2B, C7 and FB. RGB value is (43,199,251). Sum of RGB (Red+Green+Blue) = 43+199+251=493 (65% of max value = 765). Red value is 43 (17.19% from 255 or 8.72% from 493); Green value is 199 (78.12% from 255 or 40.37% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #2BC7FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC7FB is #D43804. Grayscale: #9D9D9D. Windows color (decimal): -13907973 or 16500523. OLE color: 16500523.
HSL color Cylindrical-coordinate representation of color #2BC7FB: hue angle of 195º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BC7FB is Cyan = 0.83, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 43 | 199 | 251 | - |
| CMYK | 0.83 | 0.21 | 0 | 0.02 |
| HSL | 195º | 0.96% | 0.58% | - |
| HSV(B) | 195º | 0.83% | 0.98% | - |
| XYZ | 38.83 | 48.33 | 98.55 | - |
| YUV | 158.28 | 180.32 | 45.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 251 | 0.83 | 0.21 | 0 | 0.02 | 195 | 0.96 | 0.58 |
| Hex | 2B | C7 | FB | 53 | 15 | 0 | 2 | C3 | 60 | 3A |
| Octal | 53 | 307 | 373 | 123 | 25 | 0 | 2 | 303 | 140 | 72 |
| Binary | 101011 | 11000111 | 11111011 | 1010011 | 10101 | 0 | 10 | 11000011 | 1100000 | 111010 |
Color Harmonies of #2BC7FB
Complementary color
Monochromatic Colors of #2BC7FB
Black with #2BC7FB
Text Example
Text Example
White with #2BC7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC7FB; }
p { color: rgb(43,199,251); }
H1.HeaderClassName
{
color: #2BC7FB;
}
.AnyTagClassName
{
color: #2BC7FB;
}
</style>
background-color css
<style>
a { background-color: #2BC7FB; }
a { background-color: rgb(43,199,251); }
div.DivClassName
{
background-color: #2BC7FB;
}
.BgClassName
{
background-color: #2BC7FB;
}
</style>
border-color css
<style>
span { border-color: #2BC7FB; }
span { border-color: rgb(43,199,251); }
td.TdClassName
{
border-color: #2BC7FB;
}
.TagClassName
{
border-color: #2BC7FB;
}
</style>