Shades of Summer Sky #2BAFE2
Tints of Summer Sky #2BAFE2
RGB
CMYK
RGB Variations
Color information
#2BAFE2 (or 0x2BAFE2) is known color: Summer Sky. HEX triplet: 2B, AF and E2. RGB value is (43,175,226). Sum of RGB (Red+Green+Blue) = 43+175+226=444 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.68% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 226 (88.67% from 255 or 50.90% from 444); Max value from RGB is 226 - color contains mainly: blue. Hex color #2BAFE2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFE2 is #D4501D. Grayscale: #8D8D8D. Windows color (decimal): -13914142 or 14855979. OLE color: 14855979.
HSL color Cylindrical-coordinate representation of color #2BAFE2: hue angle of 196.72º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BAFE2 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 43 | 175 | 226 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.11 |
| HSL | 196.72º | 0.76% | 0.53% | - |
| HSV(B) | 196.72º | 0.81% | 0.89% | - |
| XYZ | 30.05 | 36.66 | 77.44 | - |
| YUV | 141.35 | 175.77 | 57.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 226 | 0.81 | 0.23 | 0 | 0.11 | 196.72 | 0.76 | 0.53 |
| Hex | 2B | AF | E2 | 51 | 17 | 0 | B | C5 | 4C | 35 |
| Octal | 53 | 257 | 342 | 121 | 27 | 0 | 13 | 305 | 114 | 65 |
| Binary | 101011 | 10101111 | 11100010 | 1010001 | 10111 | 0 | 1011 | 11000101 | 1001100 | 110101 |
Color Harmonies of #2BAFE2
Complementary color
Monochromatic Colors of #2BAFE2
Black with #2BAFE2
Text Example
Text Example
White with #2BAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFE2; }
p { color: rgb(43,175,226); }
H1.HeaderClassName
{
color: #2BAFE2;
}
.AnyTagClassName
{
color: #2BAFE2;
}
</style>
background-color css
<style>
a { background-color: #2BAFE2; }
a { background-color: rgb(43,175,226); }
div.DivClassName
{
background-color: #2BAFE2;
}
.BgClassName
{
background-color: #2BAFE2;
}
</style>
border-color css
<style>
span { border-color: #2BAFE2; }
span { border-color: rgb(43,175,226); }
td.TdClassName
{
border-color: #2BAFE2;
}
.TagClassName
{
border-color: #2BAFE2;
}
</style>