Shades of Summer Sky #2D9ADF
Tints of Summer Sky #2D9ADF
RGB
CMYK
RGB Variations
Color information
#2D9ADF (or 0x2D9ADF) is known color: Summer Sky. HEX triplet: 2D, 9A and DF. RGB value is (45,154,223). Sum of RGB (Red+Green+Blue) = 45+154+223=422 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.66% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #2D9ADF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D9ADF is #D26520. Grayscale: #808080. Windows color (decimal): -13788449 or 14653997. OLE color: 14653997.
HSL color Cylindrical-coordinate representation of color #2D9ADF: hue angle of 203.26º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2D9ADF is Cyan = 0.80, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 154 | 223 | - |
| CMYK | 0.80 | 0.31 | 0 | 0.13 |
| HSL | 203.26º | 0.74% | 0.53% | - |
| HSV(B) | 203.26º | 0.8% | 0.87% | - |
| XYZ | 25.96 | 29 | 74.04 | - |
| YUV | 129.28 | 180.89 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 154 | 223 | 0.80 | 0.31 | 0 | 0.13 | 203.26 | 0.74 | 0.53 |
| Hex | 2D | 9A | DF | 50 | 1F | 0 | D | CB | 4A | 35 |
| Octal | 55 | 232 | 337 | 120 | 37 | 0 | 15 | 313 | 112 | 65 |
| Binary | 101101 | 10011010 | 11011111 | 1010000 | 11111 | 0 | 1101 | 11001011 | 1001010 | 110101 |
Color Harmonies of #2D9ADF
Complementary color
Monochromatic Colors of #2D9ADF
Black with #2D9ADF
Text Example
Text Example
White with #2D9ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D9ADF; }
p { color: rgb(45,154,223); }
H1.HeaderClassName
{
color: #2D9ADF;
}
.AnyTagClassName
{
color: #2D9ADF;
}
</style>
background-color css
<style>
a { background-color: #2D9ADF; }
a { background-color: rgb(45,154,223); }
div.DivClassName
{
background-color: #2D9ADF;
}
.BgClassName
{
background-color: #2D9ADF;
}
</style>
border-color css
<style>
span { border-color: #2D9ADF; }
span { border-color: rgb(45,154,223); }
td.TdClassName
{
border-color: #2D9ADF;
}
.TagClassName
{
border-color: #2D9ADF;
}
</style>