Shades of Summer Sky #2BAAEF
Tints of Summer Sky #2BAAEF
RGB
CMYK
RGB Variations
Color information
#2BAAEF (or 0x2BAAEF) is known color: Summer Sky. HEX triplet: 2B, AA and EF. RGB value is (43,170,239). Sum of RGB (Red+Green+Blue) = 43+170+239=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BAAEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAAEF is #D45510. Grayscale: #8B8B8B. Windows color (decimal): -13915409 or 15706667. OLE color: 15706667.
HSL color Cylindrical-coordinate representation of color #2BAAEF: hue angle of 201.12º 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 #2BAAEF is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 170 | 239 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.06 |
| HSL | 201.12º | 0.86% | 0.55% | - |
| HSV(B) | 201.12º | 0.82% | 0.94% | - |
| XYZ | 30.95 | 35.5 | 86.88 | - |
| YUV | 139.89 | 183.92 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 239 | 0.82 | 0.29 | 0 | 0.06 | 201.12 | 0.86 | 0.55 |
| Hex | 2B | AA | EF | 52 | 1D | 0 | 6 | C9 | 56 | 37 |
| Octal | 53 | 252 | 357 | 122 | 35 | 0 | 6 | 311 | 126 | 67 |
| Binary | 101011 | 10101010 | 11101111 | 1010010 | 11101 | 0 | 110 | 11001001 | 1010110 | 110111 |
Color Harmonies of #2BAAEF
Complementary color
Monochromatic Colors of #2BAAEF
Black with #2BAAEF
Text Example
Text Example
White with #2BAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAAEF; }
p { color: rgb(43,170,239); }
H1.HeaderClassName
{
color: #2BAAEF;
}
.AnyTagClassName
{
color: #2BAAEF;
}
</style>
background-color css
<style>
a { background-color: #2BAAEF; }
a { background-color: rgb(43,170,239); }
div.DivClassName
{
background-color: #2BAAEF;
}
.BgClassName
{
background-color: #2BAAEF;
}
</style>
border-color css
<style>
span { border-color: #2BAAEF; }
span { border-color: rgb(43,170,239); }
td.TdClassName
{
border-color: #2BAAEF;
}
.TagClassName
{
border-color: #2BAAEF;
}
</style>