Shades of Summer Sky #2BAFF6
Tints of Summer Sky #2BAFF6
RGB
CMYK
RGB Variations
Color information
#2BAFF6 (or 0x2BAFF6) is known color: Summer Sky. HEX triplet: 2B, AF and F6. RGB value is (43,175,246). Sum of RGB (Red+Green+Blue) = 43+175+246=464 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.27% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 246 (96.48% from 255 or 53.02% from 464); Max value from RGB is 246 - color contains mainly: blue. Hex color #2BAFF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAFF6 is #D45009. Grayscale: #8F8F8F. Windows color (decimal): -13914122 or 16166699. OLE color: 16166699.
HSL color Cylindrical-coordinate representation of color #2BAFF6: hue angle of 200.99º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BAFF6 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 43 | 175 | 246 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.04 |
| HSL | 200.99º | 0.92% | 0.57% | - |
| HSV(B) | 200.99º | 0.83% | 0.96% | - |
| XYZ | 32.96 | 37.83 | 92.75 | - |
| YUV | 143.63 | 185.77 | 56.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 246 | 0.83 | 0.29 | 0 | 0.04 | 200.99 | 0.92 | 0.57 |
| Hex | 2B | AF | F6 | 53 | 1D | 0 | 4 | C9 | 5C | 39 |
| Octal | 53 | 257 | 366 | 123 | 35 | 0 | 4 | 311 | 134 | 71 |
| Binary | 101011 | 10101111 | 11110110 | 1010011 | 11101 | 0 | 100 | 11001001 | 1011100 | 111001 |
Color Harmonies of #2BAFF6
Complementary color
Monochromatic Colors of #2BAFF6
Black with #2BAFF6
Text Example
Text Example
White with #2BAFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFF6; }
p { color: rgb(43,175,246); }
H1.HeaderClassName
{
color: #2BAFF6;
}
.AnyTagClassName
{
color: #2BAFF6;
}
</style>
background-color css
<style>
a { background-color: #2BAFF6; }
a { background-color: rgb(43,175,246); }
div.DivClassName
{
background-color: #2BAFF6;
}
.BgClassName
{
background-color: #2BAFF6;
}
</style>
border-color css
<style>
span { border-color: #2BAFF6; }
span { border-color: rgb(43,175,246); }
td.TdClassName
{
border-color: #2BAFF6;
}
.TagClassName
{
border-color: #2BAFF6;
}
</style>