Shades of Summer Sky #2BAAF2
Tints of Summer Sky #2BAAF2
RGB
CMYK
RGB Variations
Color information
#2BAAF2 (or 0x2BAAF2) is known color: Summer Sky. HEX triplet: 2B, AA and F2. RGB value is (43,170,242). Sum of RGB (Red+Green+Blue) = 43+170+242=455 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.45% from 455); Green value is 170 (66.80% from 255 or 37.36% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #2BAAF2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAAF2 is #D4550D. Grayscale: #8B8B8B. Windows color (decimal): -13915406 or 15903275. OLE color: 15903275.
HSL color Cylindrical-coordinate representation of color #2BAAF2: hue angle of 201.71º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BAAF2 is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 43 | 170 | 242 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.05 |
| HSL | 201.71º | 0.88% | 0.56% | - |
| HSV(B) | 201.71º | 0.82% | 0.95% | - |
| XYZ | 31.4 | 35.67 | 89.24 | - |
| YUV | 140.24 | 185.42 | 58.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 170 | 242 | 0.82 | 0.30 | 0 | 0.05 | 201.71 | 0.88 | 0.56 |
| Hex | 2B | AA | F2 | 52 | 1E | 0 | 5 | CA | 58 | 38 |
| Octal | 53 | 252 | 362 | 122 | 36 | 0 | 5 | 312 | 130 | 70 |
| Binary | 101011 | 10101010 | 11110010 | 1010010 | 11110 | 0 | 101 | 11001010 | 1011000 | 111000 |
Color Harmonies of #2BAAF2
Complementary color
Monochromatic Colors of #2BAAF2
Black with #2BAAF2
Text Example
Text Example
White with #2BAAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAAF2; }
p { color: rgb(43,170,242); }
H1.HeaderClassName
{
color: #2BAAF2;
}
.AnyTagClassName
{
color: #2BAAF2;
}
</style>
background-color css
<style>
a { background-color: #2BAAF2; }
a { background-color: rgb(43,170,242); }
div.DivClassName
{
background-color: #2BAAF2;
}
.BgClassName
{
background-color: #2BAAF2;
}
</style>
border-color css
<style>
span { border-color: #2BAAF2; }
span { border-color: rgb(43,170,242); }
td.TdClassName
{
border-color: #2BAAF2;
}
.TagClassName
{
border-color: #2BAAF2;
}
</style>