Shades of Summer Sky #3AD2F6
Tints of Summer Sky #3AD2F6
RGB
CMYK
RGB Variations
Color information
#3AD2F6 (or 0x3AD2F6) is known color: Summer Sky. HEX triplet: 3A, D2 and F6. RGB value is (58,210,246). Sum of RGB (Red+Green+Blue) = 58+210+246=514 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.28% from 514); Green value is 210 (82.42% from 255 or 40.86% from 514); Blue value is 246 (96.48% from 255 or 47.86% from 514); Max value from RGB is 246 - color contains mainly: blue. Hex color #3AD2F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD2F6 is #C52D09. Grayscale: #A8A8A8. Windows color (decimal): -12922122 or 16175674. OLE color: 16175674.
HSL color Cylindrical-coordinate representation of color #3AD2F6: hue angle of 191.49º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD2F6 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 210 | 246 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.04 |
| HSL | 191.49º | 0.91% | 0.6% | - |
| HSV(B) | 191.49º | 0.76% | 0.96% | - |
| XYZ | 41.43 | 53.65 | 95.36 | - |
| YUV | 168.66 | 171.64 | 49.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 246 | 0.76 | 0.15 | 0 | 0.04 | 191.49 | 0.91 | 0.6 |
| Hex | 3A | D2 | F6 | 4C | F | 0 | 4 | BF | 5B | 3C |
| Octal | 72 | 322 | 366 | 114 | 17 | 0 | 4 | 277 | 133 | 74 |
| Binary | 111010 | 11010010 | 11110110 | 1001100 | 1111 | 0 | 100 | 10111111 | 1011011 | 111100 |
Color Harmonies of #3AD2F6
Complementary color
Monochromatic Colors of #3AD2F6
Black with #3AD2F6
Text Example
Text Example
White with #3AD2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD2F6; }
p { color: rgb(58,210,246); }
H1.HeaderClassName
{
color: #3AD2F6;
}
.AnyTagClassName
{
color: #3AD2F6;
}
</style>
background-color css
<style>
a { background-color: #3AD2F6; }
a { background-color: rgb(58,210,246); }
div.DivClassName
{
background-color: #3AD2F6;
}
.BgClassName
{
background-color: #3AD2F6;
}
</style>
border-color css
<style>
span { border-color: #3AD2F6; }
span { border-color: rgb(58,210,246); }
td.TdClassName
{
border-color: #3AD2F6;
}
.TagClassName
{
border-color: #3AD2F6;
}
</style>