Shades of Summer Sky #2BAFE0
Tints of Summer Sky #2BAFE0
RGB
CMYK
RGB Variations
Color information
#2BAFE0 (or 0x2BAFE0) is known color: Summer Sky. HEX triplet: 2B, AF and E0. RGB value is (43,175,224). Sum of RGB (Red+Green+Blue) = 43+175+224=442 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.73% from 442); Green value is 175 (68.75% from 255 or 39.59% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #2BAFE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFE0 is #D4501F. Grayscale: #8C8C8C. Windows color (decimal): -13914144 or 14724907. OLE color: 14724907.
HSL color Cylindrical-coordinate representation of color #2BAFE0: hue angle of 196.24º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BAFE0 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 175 | 224 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.12 |
| HSL | 196.24º | 0.74% | 0.52% | - |
| HSV(B) | 196.24º | 0.81% | 0.88% | - |
| XYZ | 29.78 | 36.56 | 76.01 | - |
| YUV | 141.12 | 174.77 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 224 | 0.81 | 0.22 | 0 | 0.12 | 196.24 | 0.74 | 0.52 |
| Hex | 2B | AF | E0 | 51 | 16 | 0 | C | C4 | 4A | 34 |
| Octal | 53 | 257 | 340 | 121 | 26 | 0 | 14 | 304 | 112 | 64 |
| Binary | 101011 | 10101111 | 11100000 | 1010001 | 10110 | 0 | 1100 | 11000100 | 1001010 | 110100 |
Color Harmonies of #2BAFE0
Complementary color
Monochromatic Colors of #2BAFE0
Black with #2BAFE0
Text Example
Text Example
White with #2BAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFE0; }
p { color: rgb(43,175,224); }
H1.HeaderClassName
{
color: #2BAFE0;
}
.AnyTagClassName
{
color: #2BAFE0;
}
</style>
background-color css
<style>
a { background-color: #2BAFE0; }
a { background-color: rgb(43,175,224); }
div.DivClassName
{
background-color: #2BAFE0;
}
.BgClassName
{
background-color: #2BAFE0;
}
</style>
border-color css
<style>
span { border-color: #2BAFE0; }
span { border-color: rgb(43,175,224); }
td.TdClassName
{
border-color: #2BAFE0;
}
.TagClassName
{
border-color: #2BAFE0;
}
</style>