Shades of Summer Sky #2BAFCC
Tints of Summer Sky #2BAFCC
RGB
CMYK
RGB Variations
Color information
#2BAFCC (or 0x2BAFCC) is known color: Summer Sky. HEX triplet: 2B, AF and CC. RGB value is (43,175,204). Sum of RGB (Red+Green+Blue) = 43+175+204=422 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.19% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 204 (80.08% from 255 or 48.34% from 422); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BAFCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFCC is #D45033. Grayscale: #8A8A8A. Windows color (decimal): -13914164 or 13414187. OLE color: 13414187.
HSL color Cylindrical-coordinate representation of color #2BAFCC: hue angle of 190.81º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BAFCC is Cyan = 0.79, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 175 | 204 | - |
| CMYK | 0.79 | 0.14 | 0 | 0.2 |
| HSL | 190.81º | 0.65% | 0.48% | - |
| HSV(B) | 190.81º | 0.79% | 0.8% | - |
| XYZ | 27.23 | 35.53 | 62.55 | - |
| YUV | 138.84 | 164.77 | 59.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 204 | 0.79 | 0.14 | 0 | 0.2 | 190.81 | 0.65 | 0.48 |
| Hex | 2B | AF | CC | 4F | E | 0 | 14 | BF | 41 | 30 |
| Octal | 53 | 257 | 314 | 117 | 16 | 0 | 24 | 277 | 101 | 60 |
| Binary | 101011 | 10101111 | 11001100 | 1001111 | 1110 | 0 | 10100 | 10111111 | 1000001 | 110000 |
Color Harmonies of #2BAFCC
Complementary color
Monochromatic Colors of #2BAFCC
Black with #2BAFCC
Text Example
Text Example
White with #2BAFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFCC; }
p { color: rgb(43,175,204); }
H1.HeaderClassName
{
color: #2BAFCC;
}
.AnyTagClassName
{
color: #2BAFCC;
}
</style>
background-color css
<style>
a { background-color: #2BAFCC; }
a { background-color: rgb(43,175,204); }
div.DivClassName
{
background-color: #2BAFCC;
}
.BgClassName
{
background-color: #2BAFCC;
}
</style>
border-color css
<style>
span { border-color: #2BAFCC; }
span { border-color: rgb(43,175,204); }
td.TdClassName
{
border-color: #2BAFCC;
}
.TagClassName
{
border-color: #2BAFCC;
}
</style>