Shades of Summer Sky #2DABCF
Tints of Summer Sky #2DABCF
RGB
CMYK
RGB Variations
Color information
#2DABCF (or 0x2DABCF) is known color: Summer Sky. HEX triplet: 2D, AB and CF. RGB value is (45,171,207). Sum of RGB (Red+Green+Blue) = 45+171+207=423 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.64% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #2DABCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DABCF is #D25430. Grayscale: #898989. Windows color (decimal): -13784113 or 13609773. OLE color: 13609773.
HSL color Cylindrical-coordinate representation of color #2DABCF: hue angle of 193.33º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DABCF is Cyan = 0.78, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 171 | 207 | - |
| CMYK | 0.78 | 0.17 | 0 | 0.19 |
| HSL | 193.33º | 0.64% | 0.49% | - |
| HSV(B) | 193.33º | 0.78% | 0.81% | - |
| XYZ | 26.91 | 34.19 | 64.21 | - |
| YUV | 137.43 | 167.26 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 171 | 207 | 0.78 | 0.17 | 0 | 0.19 | 193.33 | 0.64 | 0.49 |
| Hex | 2D | AB | CF | 4E | 11 | 0 | 13 | C1 | 40 | 31 |
| Octal | 55 | 253 | 317 | 116 | 21 | 0 | 23 | 301 | 100 | 61 |
| Binary | 101101 | 10101011 | 11001111 | 1001110 | 10001 | 0 | 10011 | 11000001 | 1000000 | 110001 |
Color Harmonies of #2DABCF
Complementary color
Monochromatic Colors of #2DABCF
Black with #2DABCF
Text Example
Text Example
White with #2DABCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DABCF; }
p { color: rgb(45,171,207); }
H1.HeaderClassName
{
color: #2DABCF;
}
.AnyTagClassName
{
color: #2DABCF;
}
</style>
background-color css
<style>
a { background-color: #2DABCF; }
a { background-color: rgb(45,171,207); }
div.DivClassName
{
background-color: #2DABCF;
}
.BgClassName
{
background-color: #2DABCF;
}
</style>
border-color css
<style>
span { border-color: #2DABCF; }
span { border-color: rgb(45,171,207); }
td.TdClassName
{
border-color: #2DABCF;
}
.TagClassName
{
border-color: #2DABCF;
}
</style>