Shades of Summer Sky #2DABED
Tints of Summer Sky #2DABED
RGB
CMYK
RGB Variations
Color information
#2DABED (or 0x2DABED) is known color: Summer Sky. HEX triplet: 2D, AB and ED. RGB value is (45,171,237). Sum of RGB (Red+Green+Blue) = 45+171+237=453 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.93% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #2DABED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DABED is #D25412. Grayscale: #8C8C8C. Windows color (decimal): -13784083 or 15575853. OLE color: 15575853.
HSL color Cylindrical-coordinate representation of color #2DABED: hue angle of 200.62º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DABED is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 171 | 237 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.07 |
| HSL | 200.63º | 0.84% | 0.55% | - |
| HSV(B) | 200.63º | 0.81% | 0.93% | - |
| XYZ | 30.93 | 35.8 | 85.4 | - |
| YUV | 140.85 | 182.26 | 59.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 237 | 0.81 | 0.28 | 0 | 0.07 | 200.63 | 0.84 | 0.55 |
| Hex | 2D | AB | ED | 51 | 1C | 0 | 7 | C9 | 54 | 37 |
| Octal | 55 | 253 | 355 | 121 | 34 | 0 | 7 | 311 | 124 | 67 |
| Binary | 101101 | 10101011 | 11101101 | 1010001 | 11100 | 0 | 111 | 11001001 | 1010100 | 110111 |
Color Harmonies of #2DABED
Complementary color
Monochromatic Colors of #2DABED
Black with #2DABED
Text Example
Text Example
White with #2DABED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABED; }
p { color: rgb(45,171,237); }
H1.HeaderClassName
{
color: #2DABED;
}
.AnyTagClassName
{
color: #2DABED;
}
</style>
background-color css
<style>
a { background-color: #2DABED; }
a { background-color: rgb(45,171,237); }
div.DivClassName
{
background-color: #2DABED;
}
.BgClassName
{
background-color: #2DABED;
}
</style>
border-color css
<style>
span { border-color: #2DABED; }
span { border-color: rgb(45,171,237); }
td.TdClassName
{
border-color: #2DABED;
}
.TagClassName
{
border-color: #2DABED;
}
</style>