Shades of Summer Sky #3AD2FA
Tints of Summer Sky #3AD2FA
RGB
CMYK
RGB Variations
Color information
#3AD2FA (or 0x3AD2FA) is known color: Summer Sky. HEX triplet: 3A, D2 and FA. RGB value is (58,210,250). Sum of RGB (Red+Green+Blue) = 58+210+250=518 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.20% from 518); Green value is 210 (82.42% from 255 or 40.54% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AD2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD2FA is #C52D05. Grayscale: #A8A8A8. Windows color (decimal): -12922118 or 16437818. OLE color: 16437818.
HSL color Cylindrical-coordinate representation of color #3AD2FA: hue angle of 192.5º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD2FA is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 210 | 250 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.02 |
| HSL | 192.5º | 0.95% | 0.6% | - |
| HSV(B) | 192.5º | 0.77% | 0.98% | - |
| XYZ | 42.05 | 53.89 | 98.63 | - |
| YUV | 169.11 | 173.64 | 48.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 250 | 0.77 | 0.16 | 0 | 0.02 | 192.5 | 0.95 | 0.6 |
| Hex | 3A | D2 | FA | 4D | 10 | 0 | 2 | C0 | 5F | 3C |
| Octal | 72 | 322 | 372 | 115 | 20 | 0 | 2 | 300 | 137 | 74 |
| Binary | 111010 | 11010010 | 11111010 | 1001101 | 10000 | 0 | 10 | 11000000 | 1011111 | 111100 |
Color Harmonies of #3AD2FA
Complementary color
Monochromatic Colors of #3AD2FA
Black with #3AD2FA
Text Example
Text Example
White with #3AD2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD2FA; }
p { color: rgb(58,210,250); }
H1.HeaderClassName
{
color: #3AD2FA;
}
.AnyTagClassName
{
color: #3AD2FA;
}
</style>
background-color css
<style>
a { background-color: #3AD2FA; }
a { background-color: rgb(58,210,250); }
div.DivClassName
{
background-color: #3AD2FA;
}
.BgClassName
{
background-color: #3AD2FA;
}
</style>
border-color css
<style>
span { border-color: #3AD2FA; }
span { border-color: rgb(58,210,250); }
td.TdClassName
{
border-color: #3AD2FA;
}
.TagClassName
{
border-color: #3AD2FA;
}
</style>