Shades of Summer Sky #3AD1F6
Tints of Summer Sky #3AD1F6
RGB
CMYK
RGB Variations
Color information
#3AD1F6 (or 0x3AD1F6) is known color: Summer Sky. HEX triplet: 3A, D1 and F6. RGB value is (58,209,246). Sum of RGB (Red+Green+Blue) = 58+209+246=513 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.31% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #3AD1F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD1F6 is #C52E09. Grayscale: #A7A7A7. Windows color (decimal): -12922378 or 16175418. OLE color: 16175418.
HSL color Cylindrical-coordinate representation of color #3AD1F6: hue angle of 191.81º 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 #3AD1F6 is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 58 | 209 | 246 | - |
| CMYK | 0.76 | 0.15 | 0 | 0.04 |
| HSL | 191.81º | 0.91% | 0.6% | - |
| HSV(B) | 191.81º | 0.76% | 0.96% | - |
| XYZ | 41.18 | 53.15 | 95.28 | - |
| YUV | 168.07 | 171.97 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 209 | 246 | 0.76 | 0.15 | 0 | 0.04 | 191.81 | 0.91 | 0.6 |
| Hex | 3A | D1 | F6 | 4C | F | 0 | 4 | C0 | 5B | 3C |
| Octal | 72 | 321 | 366 | 114 | 17 | 0 | 4 | 300 | 133 | 74 |
| Binary | 111010 | 11010001 | 11110110 | 1001100 | 1111 | 0 | 100 | 11000000 | 1011011 | 111100 |
Color Harmonies of #3AD1F6
Complementary color
Monochromatic Colors of #3AD1F6
Black with #3AD1F6
Text Example
Text Example
White with #3AD1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD1F6; }
p { color: rgb(58,209,246); }
H1.HeaderClassName
{
color: #3AD1F6;
}
.AnyTagClassName
{
color: #3AD1F6;
}
</style>
background-color css
<style>
a { background-color: #3AD1F6; }
a { background-color: rgb(58,209,246); }
div.DivClassName
{
background-color: #3AD1F6;
}
.BgClassName
{
background-color: #3AD1F6;
}
</style>
border-color css
<style>
span { border-color: #3AD1F6; }
span { border-color: rgb(58,209,246); }
td.TdClassName
{
border-color: #3AD1F6;
}
.TagClassName
{
border-color: #3AD1F6;
}
</style>