Shades of Summer Sky #2DACFB
Tints of Summer Sky #2DACFB
RGB
CMYK
RGB Variations
Color information
#2DACFB (or 0x2DACFB) is known color: Summer Sky. HEX triplet: 2D, AC and FB. RGB value is (45,172,251). Sum of RGB (Red+Green+Blue) = 45+172+251=468 (61% of max value = 765). Red value is 45 (17.97% from 255 or 9.62% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 251 (98.44% from 255 or 53.63% from 468); Max value from RGB is 251 - color contains mainly: blue. Hex color #2DACFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2DACFB is #D25304. Grayscale: #8E8E8E. Windows color (decimal): -13783813 or 16493613. OLE color: 16493613.
HSL color Cylindrical-coordinate representation of color #2DACFB: hue angle of 203.01º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DACFB is Cyan = 0.82, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 172 | 251 | - |
| CMYK | 0.82 | 0.31 | 0 | 0.02 |
| HSL | 203.01º | 0.96% | 0.58% | - |
| HSV(B) | 203.01º | 0.82% | 0.98% | - |
| XYZ | 33.25 | 37.03 | 96.66 | - |
| YUV | 143.03 | 188.92 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 172 | 251 | 0.82 | 0.31 | 0 | 0.02 | 203.01 | 0.96 | 0.58 |
| Hex | 2D | AC | FB | 52 | 1F | 0 | 2 | CB | 60 | 3A |
| Octal | 55 | 254 | 373 | 122 | 37 | 0 | 2 | 313 | 140 | 72 |
| Binary | 101101 | 10101100 | 11111011 | 1010010 | 11111 | 0 | 10 | 11001011 | 1100000 | 111010 |
Color Harmonies of #2DACFB
Complementary color
Monochromatic Colors of #2DACFB
Black with #2DACFB
Text Example
Text Example
White with #2DACFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DACFB; }
p { color: rgb(45,172,251); }
H1.HeaderClassName
{
color: #2DACFB;
}
.AnyTagClassName
{
color: #2DACFB;
}
</style>
background-color css
<style>
a { background-color: #2DACFB; }
a { background-color: rgb(45,172,251); }
div.DivClassName
{
background-color: #2DACFB;
}
.BgClassName
{
background-color: #2DACFB;
}
</style>
border-color css
<style>
span { border-color: #2DACFB; }
span { border-color: rgb(45,172,251); }
td.TdClassName
{
border-color: #2DACFB;
}
.TagClassName
{
border-color: #2DACFB;
}
</style>