Shades of Summer Sky #2BAECF
Tints of Summer Sky #2BAECF
RGB
CMYK
RGB Variations
Color information
#2BAECF (or 0x2BAECF) is known color: Summer Sky. HEX triplet: 2B, AE and CF. RGB value is (43,174,207). Sum of RGB (Red+Green+Blue) = 43+174+207=424 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.14% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 207 - color contains mainly: blue. Hex color #2BAECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAECF is #D45130. Grayscale: #8A8A8A. Windows color (decimal): -13914417 or 13610539. OLE color: 13610539.
HSL color Cylindrical-coordinate representation of color #2BAECF: hue angle of 192.07º 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 #2BAECF is Cyan = 0.79, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 174 | 207 | - |
| CMYK | 0.79 | 0.16 | 0 | 0.19 |
| HSL | 192.07º | 0.66% | 0.49% | - |
| HSV(B) | 192.07º | 0.79% | 0.81% | - |
| XYZ | 27.39 | 35.29 | 64.4 | - |
| YUV | 138.59 | 166.6 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 174 | 207 | 0.79 | 0.16 | 0 | 0.19 | 192.07 | 0.66 | 0.49 |
| Hex | 2B | AE | CF | 4F | 10 | 0 | 13 | C0 | 42 | 31 |
| Octal | 53 | 256 | 317 | 117 | 20 | 0 | 23 | 300 | 102 | 61 |
| Binary | 101011 | 10101110 | 11001111 | 1001111 | 10000 | 0 | 10011 | 11000000 | 1000010 | 110001 |
Color Harmonies of #2BAECF
Complementary color
Monochromatic Colors of #2BAECF
Black with #2BAECF
Text Example
Text Example
White with #2BAECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAECF; }
p { color: rgb(43,174,207); }
H1.HeaderClassName
{
color: #2BAECF;
}
.AnyTagClassName
{
color: #2BAECF;
}
</style>
background-color css
<style>
a { background-color: #2BAECF; }
a { background-color: rgb(43,174,207); }
div.DivClassName
{
background-color: #2BAECF;
}
.BgClassName
{
background-color: #2BAECF;
}
</style>
border-color css
<style>
span { border-color: #2BAECF; }
span { border-color: rgb(43,174,207); }
td.TdClassName
{
border-color: #2BAECF;
}
.TagClassName
{
border-color: #2BAECF;
}
</style>