Shades of Summer Sky #2BA5EF
Tints of Summer Sky #2BA5EF
RGB
CMYK
RGB Variations
Color information
#2BA5EF (or 0x2BA5EF) is known color: Summer Sky. HEX triplet: 2B, A5 and EF. RGB value is (43,165,239). Sum of RGB (Red+Green+Blue) = 43+165+239=447 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.62% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #2BA5EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BA5EF is #D45A10. Grayscale: #888888. Windows color (decimal): -13916689 or 15705387. OLE color: 15705387.
HSL color Cylindrical-coordinate representation of color #2BA5EF: hue angle of 202.65º 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 #2BA5EF is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 43 | 165 | 239 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.06 |
| HSL | 202.65º | 0.86% | 0.55% | - |
| HSV(B) | 202.65º | 0.82% | 0.94% | - |
| XYZ | 30.03 | 33.66 | 86.57 | - |
| YUV | 136.96 | 185.58 | 60.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 165 | 239 | 0.82 | 0.31 | 0 | 0.06 | 202.65 | 0.86 | 0.55 |
| Hex | 2B | A5 | EF | 52 | 1F | 0 | 6 | CB | 56 | 37 |
| Octal | 53 | 245 | 357 | 122 | 37 | 0 | 6 | 313 | 126 | 67 |
| Binary | 101011 | 10100101 | 11101111 | 1010010 | 11111 | 0 | 110 | 11001011 | 1010110 | 110111 |
Color Harmonies of #2BA5EF
Complementary color
Monochromatic Colors of #2BA5EF
Black with #2BA5EF
Text Example
Text Example
White with #2BA5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA5EF; }
p { color: rgb(43,165,239); }
H1.HeaderClassName
{
color: #2BA5EF;
}
.AnyTagClassName
{
color: #2BA5EF;
}
</style>
background-color css
<style>
a { background-color: #2BA5EF; }
a { background-color: rgb(43,165,239); }
div.DivClassName
{
background-color: #2BA5EF;
}
.BgClassName
{
background-color: #2BA5EF;
}
</style>
border-color css
<style>
span { border-color: #2BA5EF; }
span { border-color: rgb(43,165,239); }
td.TdClassName
{
border-color: #2BA5EF;
}
.TagClassName
{
border-color: #2BA5EF;
}
</style>