Shades of Summer Sky #2DAFFC
Tints of Summer Sky #2DAFFC
RGB
CMYK
RGB Variations
Color information
#2DAFFC (or 0x2DAFFC) is known color: Summer Sky. HEX triplet: 2D, AF and FC. RGB value is (45,175,252). Sum of RGB (Red+Green+Blue) = 45+175+252=472 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.53% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 252 (98.83% from 255 or 53.39% from 472); Max value from RGB is 252 - color contains mainly: blue. Hex color #2DAFFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DAFFC is #D25003. Grayscale: #909090. Windows color (decimal): -13783044 or 16559917. OLE color: 16559917.
HSL color Cylindrical-coordinate representation of color #2DAFFC: hue angle of 202.32º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DAFFC is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 175 | 252 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.01 |
| HSL | 202.32º | 0.97% | 0.58% | - |
| HSV(B) | 202.32º | 0.82% | 0.99% | - |
| XYZ | 33.98 | 38.25 | 97.69 | - |
| YUV | 144.91 | 188.43 | 56.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 252 | 0.82 | 0.31 | 0 | 0.01 | 202.32 | 0.97 | 0.58 |
| Hex | 2D | AF | FC | 52 | 1F | 0 | 1 | CA | 61 | 3A |
| Octal | 55 | 257 | 374 | 122 | 37 | 0 | 1 | 312 | 141 | 72 |
| Binary | 101101 | 10101111 | 11111100 | 1010010 | 11111 | 0 | 1 | 11001010 | 1100001 | 111010 |
Color Harmonies of #2DAFFC
Complementary color
Monochromatic Colors of #2DAFFC
Black with #2DAFFC
Text Example
Text Example
White with #2DAFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFFC; }
p { color: rgb(45,175,252); }
H1.HeaderClassName
{
color: #2DAFFC;
}
.AnyTagClassName
{
color: #2DAFFC;
}
</style>
background-color css
<style>
a { background-color: #2DAFFC; }
a { background-color: rgb(45,175,252); }
div.DivClassName
{
background-color: #2DAFFC;
}
.BgClassName
{
background-color: #2DAFFC;
}
</style>
border-color css
<style>
span { border-color: #2DAFFC; }
span { border-color: rgb(45,175,252); }
td.TdClassName
{
border-color: #2DAFFC;
}
.TagClassName
{
border-color: #2DAFFC;
}
</style>