Shades of Summer Sky #2DABDF
Tints of Summer Sky #2DABDF
RGB
CMYK
RGB Variations
Color information
#2DABDF (or 0x2DABDF) is known color: Summer Sky. HEX triplet: 2D, AB and DF. RGB value is (45,171,223). Sum of RGB (Red+Green+Blue) = 45+171+223=439 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.25% from 439); Green value is 171 (67.19% from 255 or 38.95% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #2DABDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABDF is #D25420. Grayscale: #8A8A8A. Windows color (decimal): -13784097 or 14658349. OLE color: 14658349.
HSL color Cylindrical-coordinate representation of color #2DABDF: hue angle of 197.53º 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 #2DABDF is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 171 | 223 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.13 |
| HSL | 197.53º | 0.74% | 0.53% | - |
| HSV(B) | 197.53º | 0.8% | 0.87% | - |
| XYZ | 28.96 | 35.01 | 75.04 | - |
| YUV | 139.25 | 175.26 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 223 | 0.80 | 0.23 | 0 | 0.13 | 197.53 | 0.74 | 0.53 |
| Hex | 2D | AB | DF | 50 | 17 | 0 | D | C6 | 4A | 35 |
| Octal | 55 | 253 | 337 | 120 | 27 | 0 | 15 | 306 | 112 | 65 |
| Binary | 101101 | 10101011 | 11011111 | 1010000 | 10111 | 0 | 1101 | 11000110 | 1001010 | 110101 |
Color Harmonies of #2DABDF
Complementary color
Monochromatic Colors of #2DABDF
Black with #2DABDF
Text Example
Text Example
White with #2DABDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABDF; }
p { color: rgb(45,171,223); }
H1.HeaderClassName
{
color: #2DABDF;
}
.AnyTagClassName
{
color: #2DABDF;
}
</style>
background-color css
<style>
a { background-color: #2DABDF; }
a { background-color: rgb(45,171,223); }
div.DivClassName
{
background-color: #2DABDF;
}
.BgClassName
{
background-color: #2DABDF;
}
</style>
border-color css
<style>
span { border-color: #2DABDF; }
span { border-color: rgb(45,171,223); }
td.TdClassName
{
border-color: #2DABDF;
}
.TagClassName
{
border-color: #2DABDF;
}
</style>