Shades of Summer Sky #3AADFC
Tints of Summer Sky #3AADFC
RGB
CMYK
RGB Variations
Color information
#3AADFC (or 0x3AADFC) is known color: Summer Sky. HEX triplet: 3A, AD and FC. RGB value is (58,173,252). Sum of RGB (Red+Green+Blue) = 58+173+252=483 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.01% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #3AADFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3AADFC is #C55203. Grayscale: #939393. Windows color (decimal): -12931588 or 16559418. OLE color: 16559418.
HSL color Cylindrical-coordinate representation of color #3AADFC: hue angle of 204.43º degrees, saturation: 0.97, 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 #3AADFC is Cyan = 0.77, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 173 | 252 | - |
| CMYK | 0.77 | 0.31 | 0 | 0.01 |
| HSL | 204.43º | 0.97% | 0.61% | - |
| HSV(B) | 204.43º | 0.77% | 0.99% | - |
| XYZ | 34.26 | 37.81 | 97.59 | - |
| YUV | 147.62 | 186.9 | 64.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 252 | 0.77 | 0.31 | 0 | 0.01 | 204.43 | 0.97 | 0.61 |
| Hex | 3A | AD | FC | 4D | 1F | 0 | 1 | CC | 61 | 3D |
| Octal | 72 | 255 | 374 | 115 | 37 | 0 | 1 | 314 | 141 | 75 |
| Binary | 111010 | 10101101 | 11111100 | 1001101 | 11111 | 0 | 1 | 11001100 | 1100001 | 111101 |
Color Harmonies of #3AADFC
Complementary color
Monochromatic Colors of #3AADFC
Black with #3AADFC
Text Example
Text Example
White with #3AADFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AADFC; }
p { color: rgb(58,173,252); }
H1.HeaderClassName
{
color: #3AADFC;
}
.AnyTagClassName
{
color: #3AADFC;
}
</style>
background-color css
<style>
a { background-color: #3AADFC; }
a { background-color: rgb(58,173,252); }
div.DivClassName
{
background-color: #3AADFC;
}
.BgClassName
{
background-color: #3AADFC;
}
</style>
border-color css
<style>
span { border-color: #3AADFC; }
span { border-color: rgb(58,173,252); }
td.TdClassName
{
border-color: #3AADFC;
}
.TagClassName
{
border-color: #3AADFC;
}
</style>