Shades of Summer Sky #2BAFDC
Tints of Summer Sky #2BAFDC
RGB
CMYK
RGB Variations
Color information
#2BAFDC (or 0x2BAFDC) is known color: Summer Sky. HEX triplet: 2B, AF and DC. RGB value is (43,175,220). Sum of RGB (Red+Green+Blue) = 43+175+220=438 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.82% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BAFDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BAFDC is #D45023. Grayscale: #8C8C8C. Windows color (decimal): -13914148 or 14462763. OLE color: 14462763.
HSL color Cylindrical-coordinate representation of color #2BAFDC: hue angle of 195.25º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BAFDC is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 175 | 220 | - |
| CMYK | 0.80 | 0.20 | 0 | 0.14 |
| HSL | 195.25º | 0.72% | 0.52% | - |
| HSV(B) | 195.25º | 0.8% | 0.86% | - |
| XYZ | 29.24 | 36.34 | 73.18 | - |
| YUV | 140.66 | 172.77 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 175 | 220 | 0.80 | 0.20 | 0 | 0.14 | 195.25 | 0.72 | 0.52 |
| Hex | 2B | AF | DC | 50 | 14 | 0 | E | C3 | 48 | 34 |
| Octal | 53 | 257 | 334 | 120 | 24 | 0 | 16 | 303 | 110 | 64 |
| Binary | 101011 | 10101111 | 11011100 | 1010000 | 10100 | 0 | 1110 | 11000011 | 1001000 | 110100 |
Color Harmonies of #2BAFDC
Complementary color
Monochromatic Colors of #2BAFDC
Black with #2BAFDC
Text Example
Text Example
White with #2BAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BAFDC; }
p { color: rgb(43,175,220); }
H1.HeaderClassName
{
color: #2BAFDC;
}
.AnyTagClassName
{
color: #2BAFDC;
}
</style>
background-color css
<style>
a { background-color: #2BAFDC; }
a { background-color: rgb(43,175,220); }
div.DivClassName
{
background-color: #2BAFDC;
}
.BgClassName
{
background-color: #2BAFDC;
}
</style>
border-color css
<style>
span { border-color: #2BAFDC; }
span { border-color: rgb(43,175,220); }
td.TdClassName
{
border-color: #2BAFDC;
}
.TagClassName
{
border-color: #2BAFDC;
}
</style>