Shades of Summer Sky #2D9DDA
Tints of Summer Sky #2D9DDA
RGB
CMYK
RGB Variations
Color information
#2D9DDA (or 0x2D9DDA) is known color: Summer Sky. HEX triplet: 2D, 9D and DA. RGB value is (45,157,218). Sum of RGB (Red+Green+Blue) = 45+157+218=420 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.71% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D9DDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9DDA is #D26225. Grayscale: #828282. Windows color (decimal): -13787686 or 14327085. OLE color: 14327085.
HSL color Cylindrical-coordinate representation of color #2D9DDA: hue angle of 201.16º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2D9DDA is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 157 | 218 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.15 |
| HSL | 201.16º | 0.7% | 0.52% | - |
| HSV(B) | 201.16º | 0.79% | 0.85% | - |
| XYZ | 25.79 | 29.73 | 70.71 | - |
| YUV | 130.47 | 177.39 | 67.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 157 | 218 | 0.79 | 0.28 | 0 | 0.15 | 201.16 | 0.7 | 0.52 |
| Hex | 2D | 9D | DA | 4F | 1C | 0 | F | C9 | 46 | 34 |
| Octal | 55 | 235 | 332 | 117 | 34 | 0 | 17 | 311 | 106 | 64 |
| Binary | 101101 | 10011101 | 11011010 | 1001111 | 11100 | 0 | 1111 | 11001001 | 1000110 | 110100 |
Color Harmonies of #2D9DDA
Complementary color
Monochromatic Colors of #2D9DDA
Black with #2D9DDA
Text Example
Text Example
White with #2D9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9DDA; }
p { color: rgb(45,157,218); }
H1.HeaderClassName
{
color: #2D9DDA;
}
.AnyTagClassName
{
color: #2D9DDA;
}
</style>
background-color css
<style>
a { background-color: #2D9DDA; }
a { background-color: rgb(45,157,218); }
div.DivClassName
{
background-color: #2D9DDA;
}
.BgClassName
{
background-color: #2D9DDA;
}
</style>
border-color css
<style>
span { border-color: #2D9DDA; }
span { border-color: rgb(45,157,218); }
td.TdClassName
{
border-color: #2D9DDA;
}
.TagClassName
{
border-color: #2D9DDA;
}
</style>