Shades of Summer Sky #2D9CDA
Tints of Summer Sky #2D9CDA
RGB
CMYK
RGB Variations
Color information
#2D9CDA (or 0x2D9CDA) is known color: Summer Sky. HEX triplet: 2D, 9C and DA. RGB value is (45,156,218). Sum of RGB (Red+Green+Blue) = 45+156+218=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 218 (85.55% from 255 or 52.03% from 419); Max value from RGB is 218 - color contains mainly: blue. Hex color #2D9CDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9CDA is #D26325. Grayscale: #818181. Windows color (decimal): -13787942 or 14326829. OLE color: 14326829.
HSL color Cylindrical-coordinate representation of color #2D9CDA: hue angle of 201.5º 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 #2D9CDA is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 156 | 218 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.15 |
| HSL | 201.5º | 0.7% | 0.52% | - |
| HSV(B) | 201.5º | 0.79% | 0.85% | - |
| XYZ | 25.63 | 29.4 | 70.65 | - |
| YUV | 129.88 | 177.73 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 156 | 218 | 0.79 | 0.28 | 0 | 0.15 | 201.5 | 0.7 | 0.52 |
| Hex | 2D | 9C | DA | 4F | 1C | 0 | F | CA | 46 | 34 |
| Octal | 55 | 234 | 332 | 117 | 34 | 0 | 17 | 312 | 106 | 64 |
| Binary | 101101 | 10011100 | 11011010 | 1001111 | 11100 | 0 | 1111 | 11001010 | 1000110 | 110100 |
Color Harmonies of #2D9CDA
Complementary color
Monochromatic Colors of #2D9CDA
Black with #2D9CDA
Text Example
Text Example
White with #2D9CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9CDA; }
p { color: rgb(45,156,218); }
H1.HeaderClassName
{
color: #2D9CDA;
}
.AnyTagClassName
{
color: #2D9CDA;
}
</style>
background-color css
<style>
a { background-color: #2D9CDA; }
a { background-color: rgb(45,156,218); }
div.DivClassName
{
background-color: #2D9CDA;
}
.BgClassName
{
background-color: #2D9CDA;
}
</style>
border-color css
<style>
span { border-color: #2D9CDA; }
span { border-color: rgb(45,156,218); }
td.TdClassName
{
border-color: #2D9CDA;
}
.TagClassName
{
border-color: #2D9CDA;
}
</style>