Shades of Summer Sky #2B9DDD
Tints of Summer Sky #2B9DDD
RGB
CMYK
RGB Variations
Color information
#2B9DDD (or 0x2B9DDD) is known color: Summer Sky. HEX triplet: 2B, 9D and DD. RGB value is (43,157,221). Sum of RGB (Red+Green+Blue) = 43+157+221=421 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.21% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 221 (86.72% from 255 or 52.49% from 421); Max value from RGB is 221 - color contains mainly: blue. Hex color #2B9DDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9DDD is #D46222. Grayscale: #818181. Windows color (decimal): -13918755 or 14523691. OLE color: 14523691.
HSL color Cylindrical-coordinate representation of color #2B9DDD: hue angle of 201.57º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2B9DDD is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 157 | 221 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.13 |
| HSL | 201.57º | 0.72% | 0.52% | - |
| HSV(B) | 201.57º | 0.81% | 0.87% | - |
| XYZ | 26.1 | 29.85 | 72.79 | - |
| YUV | 130.21 | 179.23 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 221 | 0.81 | 0.29 | 0 | 0.13 | 201.57 | 0.72 | 0.52 |
| Hex | 2B | 9D | DD | 51 | 1D | 0 | D | CA | 48 | 34 |
| Octal | 53 | 235 | 335 | 121 | 35 | 0 | 15 | 312 | 110 | 64 |
| Binary | 101011 | 10011101 | 11011101 | 1010001 | 11101 | 0 | 1101 | 11001010 | 1001000 | 110100 |
Color Harmonies of #2B9DDD
Complementary color
Monochromatic Colors of #2B9DDD
Black with #2B9DDD
Text Example
Text Example
White with #2B9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9DDD; }
p { color: rgb(43,157,221); }
H1.HeaderClassName
{
color: #2B9DDD;
}
.AnyTagClassName
{
color: #2B9DDD;
}
</style>
background-color css
<style>
a { background-color: #2B9DDD; }
a { background-color: rgb(43,157,221); }
div.DivClassName
{
background-color: #2B9DDD;
}
.BgClassName
{
background-color: #2B9DDD;
}
</style>
border-color css
<style>
span { border-color: #2B9DDD; }
span { border-color: rgb(43,157,221); }
td.TdClassName
{
border-color: #2B9DDD;
}
.TagClassName
{
border-color: #2B9DDD;
}
</style>