Shades of Summer Sky #2BAFF8
Tints of Summer Sky #2BAFF8
RGB
CMYK
RGB Variations
Color information
#2BAFF8 (or 0x2BAFF8) is known color: Summer Sky. HEX triplet: 2B, AF and F8. RGB value is (43,175,248). Sum of RGB (Red+Green+Blue) = 43+175+248=466 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.23% from 466); Green value is 175 (68.75% from 255 or 37.55% from 466); Blue value is 248 (97.27% from 255 or 53.22% from 466); Max value from RGB is 248 - color contains mainly: blue. Hex color #2BAFF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAFF8 is #D45007. Grayscale: #8F8F8F. Windows color (decimal): -13914120 or 16297771. OLE color: 16297771.
HSL color Cylindrical-coordinate representation of color #2BAFF8: hue angle of 201.37º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BAFF8 is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 43 | 175 | 248 | - |
| CMYK | 0.83 | 0.29 | 0 | 0.03 |
| HSL | 201.37º | 0.94% | 0.57% | - |
| HSV(B) | 201.37º | 0.83% | 0.97% | - |
| XYZ | 33.27 | 37.95 | 94.38 | - |
| YUV | 143.85 | 186.77 | 56.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 248 | 0.83 | 0.29 | 0 | 0.03 | 201.37 | 0.94 | 0.57 |
| Hex | 2B | AF | F8 | 53 | 1D | 0 | 3 | C9 | 5E | 39 |
| Octal | 53 | 257 | 370 | 123 | 35 | 0 | 3 | 311 | 136 | 71 |
| Binary | 101011 | 10101111 | 11111000 | 1010011 | 11101 | 0 | 11 | 11001001 | 1011110 | 111001 |
Color Harmonies of #2BAFF8
Complementary color
Monochromatic Colors of #2BAFF8
Black with #2BAFF8
Text Example
Text Example
White with #2BAFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFF8; }
p { color: rgb(43,175,248); }
H1.HeaderClassName
{
color: #2BAFF8;
}
.AnyTagClassName
{
color: #2BAFF8;
}
</style>
background-color css
<style>
a { background-color: #2BAFF8; }
a { background-color: rgb(43,175,248); }
div.DivClassName
{
background-color: #2BAFF8;
}
.BgClassName
{
background-color: #2BAFF8;
}
</style>
border-color css
<style>
span { border-color: #2BAFF8; }
span { border-color: rgb(43,175,248); }
td.TdClassName
{
border-color: #2BAFF8;
}
.TagClassName
{
border-color: #2BAFF8;
}
</style>