Shades of Summer Sky #2B9DDF
Tints of Summer Sky #2B9DDF
RGB
CMYK
RGB Variations
Color information
#2B9DDF (or 0x2B9DDF) is known color: Summer Sky. HEX triplet: 2B, 9D and DF. RGB value is (43,157,223). Sum of RGB (Red+Green+Blue) = 43+157+223=423 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.17% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 223 (87.5% from 255 or 52.72% from 423); Max value from RGB is 223 - color contains mainly: blue. Hex color #2B9DDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9DDF is #D46220. Grayscale: #828282. Windows color (decimal): -13918753 or 14654763. OLE color: 14654763.
HSL color Cylindrical-coordinate representation of color #2B9DDF: hue angle of 202º degrees, saturation: 0.74, 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 #2B9DDF is Cyan = 0.81, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 157 | 223 | - |
| CMYK | 0.81 | 0.30 | 0 | 0.13 |
| HSL | 202º | 0.74% | 0.52% | - |
| HSV(B) | 202º | 0.81% | 0.87% | - |
| XYZ | 26.37 | 29.96 | 74.2 | - |
| YUV | 130.44 | 180.23 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 157 | 223 | 0.81 | 0.30 | 0 | 0.13 | 202 | 0.74 | 0.52 |
| Hex | 2B | 9D | DF | 51 | 1E | 0 | D | CA | 4A | 34 |
| Octal | 53 | 235 | 337 | 121 | 36 | 0 | 15 | 312 | 112 | 64 |
| Binary | 101011 | 10011101 | 11011111 | 1010001 | 11110 | 0 | 1101 | 11001010 | 1001010 | 110100 |
Color Harmonies of #2B9DDF
Complementary color
Monochromatic Colors of #2B9DDF
Black with #2B9DDF
Text Example
Text Example
White with #2B9DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9DDF; }
p { color: rgb(43,157,223); }
H1.HeaderClassName
{
color: #2B9DDF;
}
.AnyTagClassName
{
color: #2B9DDF;
}
</style>
background-color css
<style>
a { background-color: #2B9DDF; }
a { background-color: rgb(43,157,223); }
div.DivClassName
{
background-color: #2B9DDF;
}
.BgClassName
{
background-color: #2B9DDF;
}
</style>
border-color css
<style>
span { border-color: #2B9DDF; }
span { border-color: rgb(43,157,223); }
td.TdClassName
{
border-color: #2B9DDF;
}
.TagClassName
{
border-color: #2B9DDF;
}
</style>