Shades of Summer Sky #2BAFCD
Tints of Summer Sky #2BAFCD
RGB
CMYK
RGB Variations
Color information
#2BAFCD (or 0x2BAFCD) is known color: Summer Sky. HEX triplet: 2B, AF and CD. RGB value is (43,175,205). Sum of RGB (Red+Green+Blue) = 43+175+205=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #2BAFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFCD is #D45032. Grayscale: #8A8A8A. Windows color (decimal): -13914163 or 13479723. OLE color: 13479723.
HSL color Cylindrical-coordinate representation of color #2BAFCD: hue angle of 191.11º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BAFCD is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 175 | 205 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.20 |
| HSL | 191.11º | 0.65% | 0.49% | - |
| HSV(B) | 191.11º | 0.79% | 0.8% | - |
| XYZ | 27.35 | 35.58 | 63.18 | - |
| YUV | 138.95 | 165.27 | 59.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 205 | 0.79 | 0.15 | 0 | 0.20 | 191.11 | 0.65 | 0.49 |
| Hex | 2B | AF | CD | 4F | F | 0 | 14 | BF | 41 | 31 |
| Octal | 53 | 257 | 315 | 117 | 17 | 0 | 24 | 277 | 101 | 61 |
| Binary | 101011 | 10101111 | 11001101 | 1001111 | 1111 | 0 | 10100 | 10111111 | 1000001 | 110001 |
Color Harmonies of #2BAFCD
Complementary color
Monochromatic Colors of #2BAFCD
Black with #2BAFCD
Text Example
Text Example
White with #2BAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFCD; }
p { color: rgb(43,175,205); }
H1.HeaderClassName
{
color: #2BAFCD;
}
.AnyTagClassName
{
color: #2BAFCD;
}
</style>
background-color css
<style>
a { background-color: #2BAFCD; }
a { background-color: rgb(43,175,205); }
div.DivClassName
{
background-color: #2BAFCD;
}
.BgClassName
{
background-color: #2BAFCD;
}
</style>
border-color css
<style>
span { border-color: #2BAFCD; }
span { border-color: rgb(43,175,205); }
td.TdClassName
{
border-color: #2BAFCD;
}
.TagClassName
{
border-color: #2BAFCD;
}
</style>