Shades of Summer Sky #2DADCF
Tints of Summer Sky #2DADCF
RGB
CMYK
RGB Variations
Color information
#2DADCF (or 0x2DADCF) is known color: Summer Sky. HEX triplet: 2D, AD and CF. RGB value is (45,173,207). Sum of RGB (Red+Green+Blue) = 45+173+207=425 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.59% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #2DADCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DADCF is #D25230. Grayscale: #8A8A8A. Windows color (decimal): -13783601 or 13610285. OLE color: 13610285.
HSL color Cylindrical-coordinate representation of color #2DADCF: hue angle of 192.59º 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 #2DADCF is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 45 | 173 | 207 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.19 |
| HSL | 192.59º | 0.64% | 0.49% | - |
| HSV(B) | 192.59º | 0.78% | 0.81% | - |
| XYZ | 27.29 | 34.95 | 64.34 | - |
| YUV | 138.6 | 166.59 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 207 | 0.78 | 0.16 | 0 | 0.19 | 192.59 | 0.64 | 0.49 |
| Hex | 2D | AD | CF | 4E | 10 | 0 | 13 | C1 | 40 | 31 |
| Octal | 55 | 255 | 317 | 116 | 20 | 0 | 23 | 301 | 100 | 61 |
| Binary | 101101 | 10101101 | 11001111 | 1001110 | 10000 | 0 | 10011 | 11000001 | 1000000 | 110001 |
Color Harmonies of #2DADCF
Complementary color
Monochromatic Colors of #2DADCF
Black with #2DADCF
Text Example
Text Example
White with #2DADCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADCF; }
p { color: rgb(45,173,207); }
H1.HeaderClassName
{
color: #2DADCF;
}
.AnyTagClassName
{
color: #2DADCF;
}
</style>
background-color css
<style>
a { background-color: #2DADCF; }
a { background-color: rgb(45,173,207); }
div.DivClassName
{
background-color: #2DADCF;
}
.BgClassName
{
background-color: #2DADCF;
}
</style>
border-color css
<style>
span { border-color: #2DADCF; }
span { border-color: rgb(45,173,207); }
td.TdClassName
{
border-color: #2DADCF;
}
.TagClassName
{
border-color: #2DADCF;
}
</style>