Shades of Summer Sky #2DAFC5
Tints of Summer Sky #2DAFC5
RGB
CMYK
RGB Variations
Color information
#2DAFC5 (or 0x2DAFC5) is known color: Summer Sky. HEX triplet: 2D, AF and C5. RGB value is (45,175,197). Sum of RGB (Red+Green+Blue) = 45+175+197=417 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.79% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #2DAFC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAFC5 is #D2503A. Grayscale: #8A8A8A. Windows color (decimal): -13783099 or 12955437. OLE color: 12955437.
HSL color Cylindrical-coordinate representation of color #2DAFC5: hue angle of 188.68º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DAFC5 is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 175 | 197 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.23 |
| HSL | 188.68º | 0.63% | 0.47% | - |
| HSV(B) | 188.68º | 0.77% | 0.77% | - |
| XYZ | 26.49 | 35.25 | 58.23 | - |
| YUV | 138.64 | 160.93 | 61.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 197 | 0.77 | 0.11 | 0 | 0.23 | 188.68 | 0.63 | 0.47 |
| Hex | 2D | AF | C5 | 4D | B | 0 | 17 | BD | 3F | 2F |
| Octal | 55 | 257 | 305 | 115 | 13 | 0 | 27 | 275 | 77 | 57 |
| Binary | 101101 | 10101111 | 11000101 | 1001101 | 1011 | 0 | 10111 | 10111101 | 111111 | 101111 |
Color Harmonies of #2DAFC5
Complementary color
Monochromatic Colors of #2DAFC5
Black with #2DAFC5
Text Example
Text Example
White with #2DAFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFC5; }
p { color: rgb(45,175,197); }
H1.HeaderClassName
{
color: #2DAFC5;
}
.AnyTagClassName
{
color: #2DAFC5;
}
</style>
background-color css
<style>
a { background-color: #2DAFC5; }
a { background-color: rgb(45,175,197); }
div.DivClassName
{
background-color: #2DAFC5;
}
.BgClassName
{
background-color: #2DAFC5;
}
</style>
border-color css
<style>
span { border-color: #2DAFC5; }
span { border-color: rgb(45,175,197); }
td.TdClassName
{
border-color: #2DAFC5;
}
.TagClassName
{
border-color: #2DAFC5;
}
</style>