Shades of Summer Sky #2DAFFD
Tints of Summer Sky #2DAFFD
RGB
CMYK
RGB Variations
Color information
#2DAFFD (or 0x2DAFFD) is known color: Summer Sky. HEX triplet: 2D, AF and FD. RGB value is (45,175,253). Sum of RGB (Red+Green+Blue) = 45+175+253=473 (62% of max value = 765). Red value is 45 (17.97% from 255 or 9.51% from 473); Green value is 175 (68.75% from 255 or 37.00% from 473); Blue value is 253 (99.22% from 255 or 53.49% from 473); Max value from RGB is 253 - color contains mainly: blue. Hex color #2DAFFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DAFFD is #D25002. Grayscale: #909090. Windows color (decimal): -13783043 or 16625453. OLE color: 16625453.
HSL color Cylindrical-coordinate representation of color #2DAFFD: hue angle of 202.5º degrees, saturation: 0.98, 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 #2DAFFD is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 45 | 175 | 253 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.01 |
| HSL | 202.5º | 0.98% | 0.58% | - |
| HSV(B) | 202.5º | 0.82% | 0.99% | - |
| XYZ | 34.14 | 38.31 | 98.52 | - |
| YUV | 145.02 | 188.93 | 56.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 253 | 0.82 | 0.31 | 0 | 0.01 | 202.5 | 0.98 | 0.58 |
| Hex | 2D | AF | FD | 52 | 1F | 0 | 1 | CA | 62 | 3A |
| Octal | 55 | 257 | 375 | 122 | 37 | 0 | 1 | 312 | 142 | 72 |
| Binary | 101101 | 10101111 | 11111101 | 1010010 | 11111 | 0 | 1 | 11001010 | 1100010 | 111010 |
Color Harmonies of #2DAFFD
Complementary color
Monochromatic Colors of #2DAFFD
Black with #2DAFFD
Text Example
Text Example
White with #2DAFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFFD; }
p { color: rgb(45,175,253); }
H1.HeaderClassName
{
color: #2DAFFD;
}
.AnyTagClassName
{
color: #2DAFFD;
}
</style>
background-color css
<style>
a { background-color: #2DAFFD; }
a { background-color: rgb(45,175,253); }
div.DivClassName
{
background-color: #2DAFFD;
}
.BgClassName
{
background-color: #2DAFFD;
}
</style>
border-color css
<style>
span { border-color: #2DAFFD; }
span { border-color: rgb(45,175,253); }
td.TdClassName
{
border-color: #2DAFFD;
}
.TagClassName
{
border-color: #2DAFFD;
}
</style>