Shades of Summer Sky #3AD6FA
Tints of Summer Sky #3AD6FA
RGB
CMYK
RGB Variations
Color information
#3AD6FA (or 0x3AD6FA) is known color: Summer Sky. HEX triplet: 3A, D6 and FA. RGB value is (58,214,250). Sum of RGB (Red+Green+Blue) = 58+214+250=522 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.11% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 250 (98.05% from 255 or 47.89% from 522); Max value from RGB is 250 - color contains mainly: blue. Hex color #3AD6FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD6FA is #C52905. Grayscale: #ABABAB. Windows color (decimal): -12921094 or 16438842. OLE color: 16438842.
HSL color Cylindrical-coordinate representation of color #3AD6FA: hue angle of 191.25º 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 #3AD6FA is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 214 | 250 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.02 |
| HSL | 191.25º | 0.95% | 0.6% | - |
| HSV(B) | 191.25º | 0.77% | 0.98% | - |
| XYZ | 43.05 | 55.89 | 98.96 | - |
| YUV | 171.46 | 172.32 | 47.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 250 | 0.77 | 0.14 | 0 | 0.02 | 191.25 | 0.95 | 0.6 |
| Hex | 3A | D6 | FA | 4D | E | 0 | 2 | BF | 5F | 3C |
| Octal | 72 | 326 | 372 | 115 | 16 | 0 | 2 | 277 | 137 | 74 |
| Binary | 111010 | 11010110 | 11111010 | 1001101 | 1110 | 0 | 10 | 10111111 | 1011111 | 111100 |
Color Harmonies of #3AD6FA
Complementary color
Monochromatic Colors of #3AD6FA
Black with #3AD6FA
Text Example
Text Example
White with #3AD6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6FA; }
p { color: rgb(58,214,250); }
H1.HeaderClassName
{
color: #3AD6FA;
}
.AnyTagClassName
{
color: #3AD6FA;
}
</style>
background-color css
<style>
a { background-color: #3AD6FA; }
a { background-color: rgb(58,214,250); }
div.DivClassName
{
background-color: #3AD6FA;
}
.BgClassName
{
background-color: #3AD6FA;
}
</style>
border-color css
<style>
span { border-color: #3AD6FA; }
span { border-color: rgb(58,214,250); }
td.TdClassName
{
border-color: #3AD6FA;
}
.TagClassName
{
border-color: #3AD6FA;
}
</style>