Shades of Summer Sky #2BC7EF
Tints of Summer Sky #2BC7EF
RGB
CMYK
RGB Variations
Color information
#2BC7EF (or 0x2BC7EF) is known color: Summer Sky. HEX triplet: 2B, C7 and EF. RGB value is (43,199,239). Sum of RGB (Red+Green+Blue) = 43+199+239=481 (63% of max value = 765). Red value is 43 (17.19% from 255 or 8.94% from 481); Green value is 199 (78.12% from 255 or 41.37% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BC7EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2BC7EF is #D43810. Grayscale: #9C9C9C. Windows color (decimal): -13907985 or 15714091. OLE color: 15714091.
HSL color Cylindrical-coordinate representation of color #2BC7EF: hue angle of 192.24º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BC7EF is Cyan = 0.82, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 199 | 239 | - |
| CMYK | 0.82 | 0.17 | 0 | 0.06 |
| HSL | 192.24º | 0.86% | 0.55% | - |
| HSV(B) | 192.24º | 0.82% | 0.94% | - |
| XYZ | 37 | 47.59 | 88.9 | - |
| YUV | 156.92 | 174.32 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 199 | 239 | 0.82 | 0.17 | 0 | 0.06 | 192.24 | 0.86 | 0.55 |
| Hex | 2B | C7 | EF | 52 | 11 | 0 | 6 | C0 | 56 | 37 |
| Octal | 53 | 307 | 357 | 122 | 21 | 0 | 6 | 300 | 126 | 67 |
| Binary | 101011 | 11000111 | 11101111 | 1010010 | 10001 | 0 | 110 | 11000000 | 1010110 | 110111 |
Color Harmonies of #2BC7EF
Complementary color
Monochromatic Colors of #2BC7EF
Black with #2BC7EF
Text Example
Text Example
White with #2BC7EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BC7EF; }
p { color: rgb(43,199,239); }
H1.HeaderClassName
{
color: #2BC7EF;
}
.AnyTagClassName
{
color: #2BC7EF;
}
</style>
background-color css
<style>
a { background-color: #2BC7EF; }
a { background-color: rgb(43,199,239); }
div.DivClassName
{
background-color: #2BC7EF;
}
.BgClassName
{
background-color: #2BC7EF;
}
</style>
border-color css
<style>
span { border-color: #2BC7EF; }
span { border-color: rgb(43,199,239); }
td.TdClassName
{
border-color: #2BC7EF;
}
.TagClassName
{
border-color: #2BC7EF;
}
</style>