Shades of Summer Sky #2BAFF4
Tints of Summer Sky #2BAFF4
RGB
CMYK
RGB Variations
Color information
#2BAFF4 (or 0x2BAFF4) is known color: Summer Sky. HEX triplet: 2B, AF and F4. RGB value is (43,175,244). Sum of RGB (Red+Green+Blue) = 43+175+244=462 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.31% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 244 (95.70% from 255 or 52.81% from 462); Max value from RGB is 244 - color contains mainly: blue. Hex color #2BAFF4 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAFF4 is #D4500B. Grayscale: #8E8E8E. Windows color (decimal): -13914124 or 16035627. OLE color: 16035627.
HSL color Cylindrical-coordinate representation of color #2BAFF4: hue angle of 200.6º 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 #2BAFF4 is Cyan = 0.82, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 175 | 244 | - |
| CMYK | 0.82 | 0.28 | 0 | 0.04 |
| HSL | 200.6º | 0.9% | 0.56% | - |
| HSV(B) | 200.6º | 0.82% | 0.96% | - |
| XYZ | 32.66 | 37.71 | 91.14 | - |
| YUV | 143.4 | 184.77 | 56.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 244 | 0.82 | 0.28 | 0 | 0.04 | 200.6 | 0.9 | 0.56 |
| Hex | 2B | AF | F4 | 52 | 1C | 0 | 4 | C9 | 5A | 38 |
| Octal | 53 | 257 | 364 | 122 | 34 | 0 | 4 | 311 | 132 | 70 |
| Binary | 101011 | 10101111 | 11110100 | 1010010 | 11100 | 0 | 100 | 11001001 | 1011010 | 111000 |
Color Harmonies of #2BAFF4
Complementary color
Monochromatic Colors of #2BAFF4
Black with #2BAFF4
Text Example
Text Example
White with #2BAFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFF4; }
p { color: rgb(43,175,244); }
H1.HeaderClassName
{
color: #2BAFF4;
}
.AnyTagClassName
{
color: #2BAFF4;
}
</style>
background-color css
<style>
a { background-color: #2BAFF4; }
a { background-color: rgb(43,175,244); }
div.DivClassName
{
background-color: #2BAFF4;
}
.BgClassName
{
background-color: #2BAFF4;
}
</style>
border-color css
<style>
span { border-color: #2BAFF4; }
span { border-color: rgb(43,175,244); }
td.TdClassName
{
border-color: #2BAFF4;
}
.TagClassName
{
border-color: #2BAFF4;
}
</style>