Shades of Summer Sky #2BADF4
Tints of Summer Sky #2BADF4
RGB
CMYK
RGB Variations
Color information
#2BADF4 (or 0x2BADF4) is known color: Summer Sky. HEX triplet: 2B, AD and F4. RGB value is (43,173,244). Sum of RGB (Red+Green+Blue) = 43+173+244=460 (60% of max value = 765). Red value is 43 (17.19% from 255 or 9.35% from 460); Green value is 173 (67.97% from 255 or 37.61% from 460); Blue value is 244 (95.70% from 255 or 53.04% from 460); Max value from RGB is 244 - color contains mainly: blue. Hex color #2BADF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BADF4 is #D4520B. Grayscale: #8D8D8D. Windows color (decimal): -13914636 or 16035115. OLE color: 16035115.
HSL color Cylindrical-coordinate representation of color #2BADF4: hue angle of 201.19º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2BADF4 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 173 | 244 | - |
| CMYK | 0.82 | 0.29 | 0 | 0.04 |
| HSL | 201.19º | 0.9% | 0.56% | - |
| HSV(B) | 201.19º | 0.82% | 0.96% | - |
| XYZ | 32.27 | 36.93 | 91.02 | - |
| YUV | 142.22 | 185.43 | 57.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 173 | 244 | 0.82 | 0.29 | 0 | 0.04 | 201.19 | 0.9 | 0.56 |
| Hex | 2B | AD | F4 | 52 | 1D | 0 | 4 | C9 | 5A | 38 |
| Octal | 53 | 255 | 364 | 122 | 35 | 0 | 4 | 311 | 132 | 70 |
| Binary | 101011 | 10101101 | 11110100 | 1010010 | 11101 | 0 | 100 | 11001001 | 1011010 | 111000 |
Color Harmonies of #2BADF4
Complementary color
Monochromatic Colors of #2BADF4
Black with #2BADF4
Text Example
Text Example
White with #2BADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BADF4; }
p { color: rgb(43,173,244); }
H1.HeaderClassName
{
color: #2BADF4;
}
.AnyTagClassName
{
color: #2BADF4;
}
</style>
background-color css
<style>
a { background-color: #2BADF4; }
a { background-color: rgb(43,173,244); }
div.DivClassName
{
background-color: #2BADF4;
}
.BgClassName
{
background-color: #2BADF4;
}
</style>
border-color css
<style>
span { border-color: #2BADF4; }
span { border-color: rgb(43,173,244); }
td.TdClassName
{
border-color: #2BADF4;
}
.TagClassName
{
border-color: #2BADF4;
}
</style>