Shades of Summer Sky #2B9ADC
Tints of Summer Sky #2B9ADC
RGB
CMYK
RGB Variations
Color information
#2B9ADC (or 0x2B9ADC) is known color: Summer Sky. HEX triplet: 2B, 9A and DC. RGB value is (43,154,220). Sum of RGB (Red+Green+Blue) = 43+154+220=417 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.31% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 220 (86.33% from 255 or 52.76% from 417); Max value from RGB is 220 - color contains mainly: blue. Hex color #2B9ADC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9ADC is #D46523. Grayscale: #7F7F7F. Windows color (decimal): -13919524 or 14457387. OLE color: 14457387.
HSL color Cylindrical-coordinate representation of color #2B9ADC: hue angle of 202.37º 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 #2B9ADC is Cyan = 0.80, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 154 | 220 | - |
| CMYK | 0.80 | 0.3 | 0 | 0.14 |
| HSL | 202.37º | 0.72% | 0.52% | - |
| HSV(B) | 202.37º | 0.8% | 0.86% | - |
| XYZ | 25.47 | 28.79 | 71.93 | - |
| YUV | 128.34 | 179.73 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 154 | 220 | 0.80 | 0.3 | 0 | 0.14 | 202.37 | 0.72 | 0.52 |
| Hex | 2B | 9A | DC | 50 | 1E | 0 | E | CA | 48 | 34 |
| Octal | 53 | 232 | 334 | 120 | 36 | 0 | 16 | 312 | 110 | 64 |
| Binary | 101011 | 10011010 | 11011100 | 1010000 | 11110 | 0 | 1110 | 11001010 | 1001000 | 110100 |
Color Harmonies of #2B9ADC
Complementary color
Monochromatic Colors of #2B9ADC
Black with #2B9ADC
Text Example
Text Example
White with #2B9ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9ADC; }
p { color: rgb(43,154,220); }
H1.HeaderClassName
{
color: #2B9ADC;
}
.AnyTagClassName
{
color: #2B9ADC;
}
</style>
background-color css
<style>
a { background-color: #2B9ADC; }
a { background-color: rgb(43,154,220); }
div.DivClassName
{
background-color: #2B9ADC;
}
.BgClassName
{
background-color: #2B9ADC;
}
</style>
border-color css
<style>
span { border-color: #2B9ADC; }
span { border-color: rgb(43,154,220); }
td.TdClassName
{
border-color: #2B9ADC;
}
.TagClassName
{
border-color: #2B9ADC;
}
</style>