Shades of Summer Sky #2DAFCD
Tints of Summer Sky #2DAFCD
RGB
CMYK
RGB Variations
Color information
#2DAFCD (or 0x2DAFCD) is known color: Summer Sky. HEX triplet: 2D, AF and CD. RGB value is (45,175,205). Sum of RGB (Red+Green+Blue) = 45+175+205=425 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.59% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #2DAFCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAFCD is #D25032. Grayscale: #8B8B8B. Windows color (decimal): -13783091 or 13479725. OLE color: 13479725.
HSL color Cylindrical-coordinate representation of color #2DAFCD: hue angle of 191.25º 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 #2DAFCD is Cyan = 0.78, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 175 | 205 | - |
| CMYK | 0.78 | 0.15 | 0 | 0.20 |
| HSL | 191.25º | 0.64% | 0.49% | - |
| HSV(B) | 191.25º | 0.78% | 0.8% | - |
| XYZ | 27.43 | 35.63 | 63.19 | - |
| YUV | 139.55 | 164.93 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 205 | 0.78 | 0.15 | 0 | 0.20 | 191.25 | 0.64 | 0.49 |
| Hex | 2D | AF | CD | 4E | F | 0 | 14 | BF | 40 | 31 |
| Octal | 55 | 257 | 315 | 116 | 17 | 0 | 24 | 277 | 100 | 61 |
| Binary | 101101 | 10101111 | 11001101 | 1001110 | 1111 | 0 | 10100 | 10111111 | 1000000 | 110001 |
Color Harmonies of #2DAFCD
Complementary color
Monochromatic Colors of #2DAFCD
Black with #2DAFCD
Text Example
Text Example
White with #2DAFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFCD; }
p { color: rgb(45,175,205); }
H1.HeaderClassName
{
color: #2DAFCD;
}
.AnyTagClassName
{
color: #2DAFCD;
}
</style>
background-color css
<style>
a { background-color: #2DAFCD; }
a { background-color: rgb(45,175,205); }
div.DivClassName
{
background-color: #2DAFCD;
}
.BgClassName
{
background-color: #2DAFCD;
}
</style>
border-color css
<style>
span { border-color: #2DAFCD; }
span { border-color: rgb(45,175,205); }
td.TdClassName
{
border-color: #2DAFCD;
}
.TagClassName
{
border-color: #2DAFCD;
}
</style>