Shades of Summer Sky #3AACFD
Tints of Summer Sky #3AACFD
RGB
CMYK
RGB Variations
Color information
#3AACFD (or 0x3AACFD) is known color: Summer Sky. HEX triplet: 3A, AC and FD. RGB value is (58,172,253). Sum of RGB (Red+Green+Blue) = 58+172+253=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AACFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AACFD is #C55302. Grayscale: #929292. Windows color (decimal): -12931843 or 16624698. OLE color: 16624698.
HSL color Cylindrical-coordinate representation of color #3AACFD: hue angle of 204.92º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AACFD is Cyan = 0.77, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 172 | 253 | - |
| CMYK | 0.77 | 0.32 | 0 | 0.01 |
| HSL | 204.92º | 0.98% | 0.61% | - |
| HSV(B) | 204.92º | 0.77% | 0.99% | - |
| XYZ | 34.23 | 37.5 | 98.36 | - |
| YUV | 147.15 | 187.73 | 64.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 253 | 0.77 | 0.32 | 0 | 0.01 | 204.92 | 0.98 | 0.61 |
| Hex | 3A | AC | FD | 4D | 20 | 0 | 1 | CD | 62 | 3D |
| Octal | 72 | 254 | 375 | 115 | 40 | 0 | 1 | 315 | 142 | 75 |
| Binary | 111010 | 10101100 | 11111101 | 1001101 | 100000 | 0 | 1 | 11001101 | 1100010 | 111101 |
Color Harmonies of #3AACFD
Complementary color
Monochromatic Colors of #3AACFD
Black with #3AACFD
Text Example
Text Example
White with #3AACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACFD; }
p { color: rgb(58,172,253); }
H1.HeaderClassName
{
color: #3AACFD;
}
.AnyTagClassName
{
color: #3AACFD;
}
</style>
background-color css
<style>
a { background-color: #3AACFD; }
a { background-color: rgb(58,172,253); }
div.DivClassName
{
background-color: #3AACFD;
}
.BgClassName
{
background-color: #3AACFD;
}
</style>
border-color css
<style>
span { border-color: #3AACFD; }
span { border-color: rgb(58,172,253); }
td.TdClassName
{
border-color: #3AACFD;
}
.TagClassName
{
border-color: #3AACFD;
}
</style>