Shades of Summer Sky #2BACEF
Tints of Summer Sky #2BACEF
RGB
CMYK
RGB Variations
Color information
#2BACEF (or 0x2BACEF) is known color: Summer Sky. HEX triplet: 2B, AC and EF. RGB value is (43,172,239). Sum of RGB (Red+Green+Blue) = 43+172+239=454 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.47% from 454); Green value is 172 (67.58% from 255 or 37.89% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BACEF is #D45310. Grayscale: #8C8C8C. Windows color (decimal): -13914897 or 15707179. OLE color: 15707179.
HSL color Cylindrical-coordinate representation of color #2BACEF: hue angle of 200.51º 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 #2BACEF is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 172 | 239 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.06 |
| HSL | 200.51º | 0.86% | 0.55% | - |
| HSV(B) | 200.51º | 0.82% | 0.94% | - |
| XYZ | 31.33 | 36.25 | 87.01 | - |
| YUV | 141.07 | 183.26 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 172 | 239 | 0.82 | 0.28 | 0 | 0.06 | 200.51 | 0.86 | 0.55 |
| Hex | 2B | AC | EF | 52 | 1C | 0 | 6 | C9 | 56 | 37 |
| Octal | 53 | 254 | 357 | 122 | 34 | 0 | 6 | 311 | 126 | 67 |
| Binary | 101011 | 10101100 | 11101111 | 1010010 | 11100 | 0 | 110 | 11001001 | 1010110 | 110111 |
Color Harmonies of #2BACEF
Complementary color
Monochromatic Colors of #2BACEF
Black with #2BACEF
Text Example
Text Example
White with #2BACEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BACEF; }
p { color: rgb(43,172,239); }
H1.HeaderClassName
{
color: #2BACEF;
}
.AnyTagClassName
{
color: #2BACEF;
}
</style>
background-color css
<style>
a { background-color: #2BACEF; }
a { background-color: rgb(43,172,239); }
div.DivClassName
{
background-color: #2BACEF;
}
.BgClassName
{
background-color: #2BACEF;
}
</style>
border-color css
<style>
span { border-color: #2BACEF; }
span { border-color: rgb(43,172,239); }
td.TdClassName
{
border-color: #2BACEF;
}
.TagClassName
{
border-color: #2BACEF;
}
</style>