Shades of Summer Sky #2BAFFC
Tints of Summer Sky #2BAFFC
RGB
CMYK
RGB Variations
Color information
#2BAFFC (or 0x2BAFFC) is known color: Summer Sky. HEX triplet: 2B, AF and FC. RGB value is (43,175,252). Sum of RGB (Red+Green+Blue) = 43+175+252=470 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.15% from 470); Green value is 175 (68.75% from 255 or 37.23% from 470); Blue value is 252 (98.83% from 255 or 53.62% from 470); Max value from RGB is 252 - color contains mainly: blue. Hex color #2BAFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2BAFFC is #D45003. Grayscale: #8F8F8F. Windows color (decimal): -13914116 or 16559915. OLE color: 16559915.
HSL color Cylindrical-coordinate representation of color #2BAFFC: hue angle of 202.11º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2BAFFC is Cyan = 0.83, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 43 | 175 | 252 | - |
| CMYK | 0.83 | 0.31 | 0 | 0.01 |
| HSL | 202.11º | 0.97% | 0.58% | - |
| HSV(B) | 202.11º | 0.83% | 0.99% | - |
| XYZ | 33.9 | 38.2 | 97.68 | - |
| YUV | 144.31 | 188.77 | 55.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 252 | 0.83 | 0.31 | 0 | 0.01 | 202.11 | 0.97 | 0.58 |
| Hex | 2B | AF | FC | 53 | 1F | 0 | 1 | CA | 61 | 3A |
| Octal | 53 | 257 | 374 | 123 | 37 | 0 | 1 | 312 | 141 | 72 |
| Binary | 101011 | 10101111 | 11111100 | 1010011 | 11111 | 0 | 1 | 11001010 | 1100001 | 111010 |
Color Harmonies of #2BAFFC
Complementary color
Monochromatic Colors of #2BAFFC
Black with #2BAFFC
Text Example
Text Example
White with #2BAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFFC; }
p { color: rgb(43,175,252); }
H1.HeaderClassName
{
color: #2BAFFC;
}
.AnyTagClassName
{
color: #2BAFFC;
}
</style>
background-color css
<style>
a { background-color: #2BAFFC; }
a { background-color: rgb(43,175,252); }
div.DivClassName
{
background-color: #2BAFFC;
}
.BgClassName
{
background-color: #2BAFFC;
}
</style>
border-color css
<style>
span { border-color: #2BAFFC; }
span { border-color: rgb(43,175,252); }
td.TdClassName
{
border-color: #2BAFFC;
}
.TagClassName
{
border-color: #2BAFFC;
}
</style>