Shades of Summer Sky #2DAFDA
Tints of Summer Sky #2DAFDA
RGB
CMYK
RGB Variations
Color information
#2DAFDA (or 0x2DAFDA) is known color: Summer Sky. HEX triplet: 2D, AF and DA. RGB value is (45,175,218). Sum of RGB (Red+Green+Blue) = 45+175+218=438 (58% of max value = 765). Red value is 45 (17.97% from 255 or 10.27% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #2DAFDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAFDA is #D25025. Grayscale: #8C8C8C. Windows color (decimal): -13783078 or 14331693. OLE color: 14331693.
HSL color Cylindrical-coordinate representation of color #2DAFDA: hue angle of 194.91º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DAFDA is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 175 | 218 | - |
| CMYK | 0.79 | 0.20 | 0 | 0.15 |
| HSL | 194.91º | 0.7% | 0.52% | - |
| HSV(B) | 194.91º | 0.79% | 0.85% | - |
| XYZ | 29.07 | 36.28 | 71.8 | - |
| YUV | 141.03 | 171.43 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 218 | 0.79 | 0.20 | 0 | 0.15 | 194.91 | 0.7 | 0.52 |
| Hex | 2D | AF | DA | 4F | 14 | 0 | F | C3 | 46 | 34 |
| Octal | 55 | 257 | 332 | 117 | 24 | 0 | 17 | 303 | 106 | 64 |
| Binary | 101101 | 10101111 | 11011010 | 1001111 | 10100 | 0 | 1111 | 11000011 | 1000110 | 110100 |
Color Harmonies of #2DAFDA
Complementary color
Monochromatic Colors of #2DAFDA
Black with #2DAFDA
Text Example
Text Example
White with #2DAFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFDA; }
p { color: rgb(45,175,218); }
H1.HeaderClassName
{
color: #2DAFDA;
}
.AnyTagClassName
{
color: #2DAFDA;
}
</style>
background-color css
<style>
a { background-color: #2DAFDA; }
a { background-color: rgb(45,175,218); }
div.DivClassName
{
background-color: #2DAFDA;
}
.BgClassName
{
background-color: #2DAFDA;
}
</style>
border-color css
<style>
span { border-color: #2DAFDA; }
span { border-color: rgb(45,175,218); }
td.TdClassName
{
border-color: #2DAFDA;
}
.TagClassName
{
border-color: #2DAFDA;
}
</style>