Shades of Summer Sky #2BA8DF
Tints of Summer Sky #2BA8DF
RGB
CMYK
RGB Variations
Color information
#2BA8DF (or 0x2BA8DF) is known color: Summer Sky. HEX triplet: 2B, A8 and DF. RGB value is (43,168,223). Sum of RGB (Red+Green+Blue) = 43+168+223=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #2BA8DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA8DF is #D45720. Grayscale: #888888. Windows color (decimal): -13915937 or 14657579. OLE color: 14657579.
HSL color Cylindrical-coordinate representation of color #2BA8DF: hue angle of 198.33º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BA8DF is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 168 | 223 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.13 |
| HSL | 198.33º | 0.74% | 0.52% | - |
| HSV(B) | 198.33º | 0.81% | 0.87% | - |
| XYZ | 28.32 | 33.85 | 74.85 | - |
| YUV | 136.9 | 176.59 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 223 | 0.81 | 0.25 | 0 | 0.13 | 198.33 | 0.74 | 0.52 |
| Hex | 2B | A8 | DF | 51 | 19 | 0 | D | C6 | 4A | 34 |
| Octal | 53 | 250 | 337 | 121 | 31 | 0 | 15 | 306 | 112 | 64 |
| Binary | 101011 | 10101000 | 11011111 | 1010001 | 11001 | 0 | 1101 | 11000110 | 1001010 | 110100 |
Color Harmonies of #2BA8DF
Complementary color
Monochromatic Colors of #2BA8DF
Black with #2BA8DF
Text Example
Text Example
White with #2BA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA8DF; }
p { color: rgb(43,168,223); }
H1.HeaderClassName
{
color: #2BA8DF;
}
.AnyTagClassName
{
color: #2BA8DF;
}
</style>
background-color css
<style>
a { background-color: #2BA8DF; }
a { background-color: rgb(43,168,223); }
div.DivClassName
{
background-color: #2BA8DF;
}
.BgClassName
{
background-color: #2BA8DF;
}
</style>
border-color css
<style>
span { border-color: #2BA8DF; }
span { border-color: rgb(43,168,223); }
td.TdClassName
{
border-color: #2BA8DF;
}
.TagClassName
{
border-color: #2BA8DF;
}
</style>