Shades of Summer Sky #2B9ED4
Tints of Summer Sky #2B9ED4
RGB
CMYK
RGB Variations
Color information
#2B9ED4 (or 0x2B9ED4) is known color: Summer Sky. HEX triplet: 2B, 9E and D4. RGB value is (43,158,212). Sum of RGB (Red+Green+Blue) = 43+158+212=413 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.41% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 212 (83.20% from 255 or 51.33% from 413); Max value from RGB is 212 - color contains mainly: blue. Hex color #2B9ED4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9ED4 is #D4612B. Grayscale: #818181. Windows color (decimal): -13918508 or 13934123. OLE color: 13934123.
HSL color Cylindrical-coordinate representation of color #2B9ED4: hue angle of 199.17º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B9ED4 is Cyan = 0.80, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 43 | 158 | 212 | - |
| CMYK | 0.80 | 0.25 | 0 | 0.17 |
| HSL | 199.17º | 0.66% | 0.5% | - |
| HSV(B) | 199.17º | 0.8% | 0.83% | - |
| XYZ | 25.11 | 29.72 | 66.7 | - |
| YUV | 129.77 | 174.4 | 66.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 158 | 212 | 0.80 | 0.25 | 0 | 0.17 | 199.17 | 0.66 | 0.5 |
| Hex | 2B | 9E | D4 | 50 | 19 | 0 | 11 | C7 | 42 | 32 |
| Octal | 53 | 236 | 324 | 120 | 31 | 0 | 21 | 307 | 102 | 62 |
| Binary | 101011 | 10011110 | 11010100 | 1010000 | 11001 | 0 | 10001 | 11000111 | 1000010 | 110010 |
Color Harmonies of #2B9ED4
Complementary color
Monochromatic Colors of #2B9ED4
Black with #2B9ED4
Text Example
Text Example
White with #2B9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9ED4; }
p { color: rgb(43,158,212); }
H1.HeaderClassName
{
color: #2B9ED4;
}
.AnyTagClassName
{
color: #2B9ED4;
}
</style>
background-color css
<style>
a { background-color: #2B9ED4; }
a { background-color: rgb(43,158,212); }
div.DivClassName
{
background-color: #2B9ED4;
}
.BgClassName
{
background-color: #2B9ED4;
}
</style>
border-color css
<style>
span { border-color: #2B9ED4; }
span { border-color: rgb(43,158,212); }
td.TdClassName
{
border-color: #2B9ED4;
}
.TagClassName
{
border-color: #2B9ED4;
}
</style>