Shades of Summer Sky #2DADCB
Tints of Summer Sky #2DADCB
RGB
CMYK
RGB Variations
Color information
#2DADCB (or 0x2DADCB) is known color: Summer Sky. HEX triplet: 2D, AD and CB. RGB value is (45,173,203). Sum of RGB (Red+Green+Blue) = 45+173+203=421 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.69% from 421); Green value is 173 (67.97% from 255 or 41.09% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #2DADCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DADCB is #D25234. Grayscale: #898989. Windows color (decimal): -13783605 or 13348141. OLE color: 13348141.
HSL color Cylindrical-coordinate representation of color #2DADCB: hue angle of 191.39º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DADCB is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 173 | 203 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.20 |
| HSL | 191.39º | 0.64% | 0.49% | - |
| HSV(B) | 191.39º | 0.78% | 0.8% | - |
| XYZ | 26.81 | 34.76 | 61.8 | - |
| YUV | 138.15 | 164.59 | 61.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 173 | 203 | 0.78 | 0.15 | 0 | 0.20 | 191.39 | 0.64 | 0.49 |
| Hex | 2D | AD | CB | 4E | F | 0 | 14 | BF | 40 | 31 |
| Octal | 55 | 255 | 313 | 116 | 17 | 0 | 24 | 277 | 100 | 61 |
| Binary | 101101 | 10101101 | 11001011 | 1001110 | 1111 | 0 | 10100 | 10111111 | 1000000 | 110001 |
Color Harmonies of #2DADCB
Complementary color
Monochromatic Colors of #2DADCB
Black with #2DADCB
Text Example
Text Example
White with #2DADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DADCB; }
p { color: rgb(45,173,203); }
H1.HeaderClassName
{
color: #2DADCB;
}
.AnyTagClassName
{
color: #2DADCB;
}
</style>
background-color css
<style>
a { background-color: #2DADCB; }
a { background-color: rgb(45,173,203); }
div.DivClassName
{
background-color: #2DADCB;
}
.BgClassName
{
background-color: #2DADCB;
}
</style>
border-color css
<style>
span { border-color: #2DADCB; }
span { border-color: rgb(45,173,203); }
td.TdClassName
{
border-color: #2DADCB;
}
.TagClassName
{
border-color: #2DADCB;
}
</style>