Shades of Summer Sky #2BA6CF
Tints of Summer Sky #2BA6CF
RGB
CMYK
RGB Variations
Color information
#2BA6CF (or 0x2BA6CF) is known color: Summer Sky. HEX triplet: 2B, A6 and CF. RGB value is (43,166,207). Sum of RGB (Red+Green+Blue) = 43+166+207=416 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.34% from 416); Green value is 166 (65.23% from 255 or 39.90% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #2BA6CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA6CF is #D45930. Grayscale: #858585. Windows color (decimal): -13916465 or 13608491. OLE color: 13608491.
HSL color Cylindrical-coordinate representation of color #2BA6CF: hue angle of 195º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BA6CF is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 166 | 207 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.19 |
| HSL | 195º | 0.66% | 0.49% | - |
| HSV(B) | 195º | 0.79% | 0.81% | - |
| XYZ | 25.89 | 32.29 | 63.9 | - |
| YUV | 133.9 | 169.25 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 166 | 207 | 0.79 | 0.20 | 0 | 0.19 | 195 | 0.66 | 0.49 |
| Hex | 2B | A6 | CF | 4F | 14 | 0 | 13 | C3 | 42 | 31 |
| Octal | 53 | 246 | 317 | 117 | 24 | 0 | 23 | 303 | 102 | 61 |
| Binary | 101011 | 10100110 | 11001111 | 1001111 | 10100 | 0 | 10011 | 11000011 | 1000010 | 110001 |
Color Harmonies of #2BA6CF
Complementary color
Monochromatic Colors of #2BA6CF
Black with #2BA6CF
Text Example
Text Example
White with #2BA6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA6CF; }
p { color: rgb(43,166,207); }
H1.HeaderClassName
{
color: #2BA6CF;
}
.AnyTagClassName
{
color: #2BA6CF;
}
</style>
background-color css
<style>
a { background-color: #2BA6CF; }
a { background-color: rgb(43,166,207); }
div.DivClassName
{
background-color: #2BA6CF;
}
.BgClassName
{
background-color: #2BA6CF;
}
</style>
border-color css
<style>
span { border-color: #2BA6CF; }
span { border-color: rgb(43,166,207); }
td.TdClassName
{
border-color: #2BA6CF;
}
.TagClassName
{
border-color: #2BA6CF;
}
</style>