Shades of Summer Sky #2BAFDD
Tints of Summer Sky #2BAFDD
RGB
CMYK
RGB Variations
Color information
#2BAFDD (or 0x2BAFDD) is known color: Summer Sky. HEX triplet: 2B, AF and DD. RGB value is (43,175,221). Sum of RGB (Red+Green+Blue) = 43+175+221=439 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.79% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 221 (86.72% from 255 or 50.34% from 439); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BAFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFDD is #D45022. Grayscale: #8C8C8C. Windows color (decimal): -13914147 or 14528299. OLE color: 14528299.
HSL color Cylindrical-coordinate representation of color #2BAFDD: hue angle of 195.51º degrees, saturation: 0.72, 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 #2BAFDD is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 175 | 221 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.13 |
| HSL | 195.51º | 0.72% | 0.52% | - |
| HSV(B) | 195.51º | 0.81% | 0.87% | - |
| XYZ | 29.38 | 36.39 | 73.88 | - |
| YUV | 140.78 | 173.27 | 58.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 221 | 0.81 | 0.21 | 0 | 0.13 | 195.51 | 0.72 | 0.52 |
| Hex | 2B | AF | DD | 51 | 15 | 0 | D | C4 | 48 | 34 |
| Octal | 53 | 257 | 335 | 121 | 25 | 0 | 15 | 304 | 110 | 64 |
| Binary | 101011 | 10101111 | 11011101 | 1010001 | 10101 | 0 | 1101 | 11000100 | 1001000 | 110100 |
Color Harmonies of #2BAFDD
Complementary color
Monochromatic Colors of #2BAFDD
Black with #2BAFDD
Text Example
Text Example
White with #2BAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFDD; }
p { color: rgb(43,175,221); }
H1.HeaderClassName
{
color: #2BAFDD;
}
.AnyTagClassName
{
color: #2BAFDD;
}
</style>
background-color css
<style>
a { background-color: #2BAFDD; }
a { background-color: rgb(43,175,221); }
div.DivClassName
{
background-color: #2BAFDD;
}
.BgClassName
{
background-color: #2BAFDD;
}
</style>
border-color css
<style>
span { border-color: #2BAFDD; }
span { border-color: rgb(43,175,221); }
td.TdClassName
{
border-color: #2BAFDD;
}
.TagClassName
{
border-color: #2BAFDD;
}
</style>