Shades of Summer Sky #2DAFDD
Tints of Summer Sky #2DAFDD
RGB
CMYK
RGB Variations
Color information
#2DAFDD (or 0x2DAFDD) is known color: Summer Sky. HEX triplet: 2D, AF and DD. RGB value is (45,175,221). Sum of RGB (Red+Green+Blue) = 45+175+221=441 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.20% from 441); Green value is 175 (68.75% from 255 or 39.68% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #2DAFDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAFDD is #D25022. Grayscale: #8D8D8D. Windows color (decimal): -13783075 or 14528301. OLE color: 14528301.
HSL color Cylindrical-coordinate representation of color #2DAFDD: hue angle of 195.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DAFDD is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 45 | 175 | 221 | - |
CMYK | 0.80 | 0.21 | 0 | 0.13 |
HSL | 195.68º | 0.72% | 0.52% | - |
HSV(B) | 195.68º | 0.8% | 0.87% | - |
XYZ | 29.46 | 36.44 | 73.89 | - |
YUV | 141.37 | 172.93 | 59.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 175 | 221 | 0.80 | 0.21 | 0 | 0.13 | 195.68 | 0.72 | 0.52 |
Hex | 2D | AF | DD | 50 | 15 | 0 | D | C4 | 48 | 34 |
Octal | 55 | 257 | 335 | 120 | 25 | 0 | 15 | 304 | 110 | 64 |
Binary | 101101 | 10101111 | 11011101 | 1010000 | 10101 | 0 | 1101 | 11000100 | 1001000 | 110100 |
Color Harmonies of #2DAFDD
Complementary color
Monochromatic Colors of #2DAFDD
Black with #2DAFDD
Text Example
Text Example
White with #2DAFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFDD; }
p { color: rgb(45,175,221); }
H1.HeaderClassName
{
color: #2DAFDD;
}
.AnyTagClassName
{
color: #2DAFDD;
}
</style>
background-color css
<style>
a { background-color: #2DAFDD; }
a { background-color: rgb(45,175,221); }
div.DivClassName
{
background-color: #2DAFDD;
}
.BgClassName
{
background-color: #2DAFDD;
}
</style>
border-color css
<style>
span { border-color: #2DAFDD; }
span { border-color: rgb(45,175,221); }
td.TdClassName
{
border-color: #2DAFDD;
}
.TagClassName
{
border-color: #2DAFDD;
}
</style>