Shades of Summer Sky #2BAADF
Tints of Summer Sky #2BAADF
RGB
CMYK
RGB Variations
Color information
#2BAADF (or 0x2BAADF) is known color: Summer Sky. HEX triplet: 2B, AA and DF. RGB value is (43,170,223). Sum of RGB (Red+Green+Blue) = 43+170+223=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #2BAADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAADF is #D45520. Grayscale: #898989. Windows color (decimal): -13915425 or 14658091. OLE color: 14658091.
HSL color Cylindrical-coordinate representation of color #2BAADF: hue angle of 197.67º 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 #2BAADF is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 170 | 223 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.13 |
| HSL | 197.67º | 0.74% | 0.52% | - |
| HSV(B) | 197.67º | 0.81% | 0.87% | - |
| XYZ | 28.69 | 34.59 | 74.98 | - |
| YUV | 138.07 | 175.92 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 223 | 0.81 | 0.24 | 0 | 0.13 | 197.67 | 0.74 | 0.52 |
| Hex | 2B | AA | DF | 51 | 18 | 0 | D | C6 | 4A | 34 |
| Octal | 53 | 252 | 337 | 121 | 30 | 0 | 15 | 306 | 112 | 64 |
| Binary | 101011 | 10101010 | 11011111 | 1010001 | 11000 | 0 | 1101 | 11000110 | 1001010 | 110100 |
Color Harmonies of #2BAADF
Complementary color
Monochromatic Colors of #2BAADF
Black with #2BAADF
Text Example
Text Example
White with #2BAADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAADF; }
p { color: rgb(43,170,223); }
H1.HeaderClassName
{
color: #2BAADF;
}
.AnyTagClassName
{
color: #2BAADF;
}
</style>
background-color css
<style>
a { background-color: #2BAADF; }
a { background-color: rgb(43,170,223); }
div.DivClassName
{
background-color: #2BAADF;
}
.BgClassName
{
background-color: #2BAADF;
}
</style>
border-color css
<style>
span { border-color: #2BAADF; }
span { border-color: rgb(43,170,223); }
td.TdClassName
{
border-color: #2BAADF;
}
.TagClassName
{
border-color: #2BAADF;
}
</style>