Shades of Summer Sky #3AD6FD
Tints of Summer Sky #3AD6FD
RGB
CMYK
RGB Variations
Color information
#3AD6FD (or 0x3AD6FD) is known color: Summer Sky. HEX triplet: 3A, D6 and FD. RGB value is (58,214,253). Sum of RGB (Red+Green+Blue) = 58+214+253=525 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.05% from 525); Green value is 214 (83.98% from 255 or 40.76% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AD6FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD6FD is #C52902. Grayscale: #ABABAB. Windows color (decimal): -12921091 or 16635450. OLE color: 16635450.
HSL color Cylindrical-coordinate representation of color #3AD6FD: hue angle of 192º degrees, saturation: 0.98, 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 #3AD6FD is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 214 | 253 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.01 |
| HSL | 192º | 0.98% | 0.61% | - |
| HSV(B) | 192º | 0.77% | 0.99% | - |
| XYZ | 43.52 | 56.08 | 101.46 | - |
| YUV | 171.8 | 173.82 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 253 | 0.77 | 0.15 | 0 | 0.01 | 192 | 0.98 | 0.61 |
| Hex | 3A | D6 | FD | 4D | F | 0 | 1 | C0 | 62 | 3D |
| Octal | 72 | 326 | 375 | 115 | 17 | 0 | 1 | 300 | 142 | 75 |
| Binary | 111010 | 11010110 | 11111101 | 1001101 | 1111 | 0 | 1 | 11000000 | 1100010 | 111101 |
Color Harmonies of #3AD6FD
Complementary color
Monochromatic Colors of #3AD6FD
Black with #3AD6FD
Text Example
Text Example
White with #3AD6FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6FD; }
p { color: rgb(58,214,253); }
H1.HeaderClassName
{
color: #3AD6FD;
}
.AnyTagClassName
{
color: #3AD6FD;
}
</style>
background-color css
<style>
a { background-color: #3AD6FD; }
a { background-color: rgb(58,214,253); }
div.DivClassName
{
background-color: #3AD6FD;
}
.BgClassName
{
background-color: #3AD6FD;
}
</style>
border-color css
<style>
span { border-color: #3AD6FD; }
span { border-color: rgb(58,214,253); }
td.TdClassName
{
border-color: #3AD6FD;
}
.TagClassName
{
border-color: #3AD6FD;
}
</style>