Shades of Summer Sky #3AD6FF
Tints of Summer Sky #3AD6FF
RGB
CMYK
RGB Variations
Color information
#3AD6FF (or 0x3AD6FF) is known color: Summer Sky. HEX triplet: 3A, D6 and FF. RGB value is (58,214,255). Sum of RGB (Red+Green+Blue) = 58+214+255=527 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.01% from 527); Green value is 214 (83.98% from 255 or 40.61% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AD6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD6FF is #C52900. Grayscale: #ABABAB. Windows color (decimal): -12921089 or 16766522. OLE color: 16766522.
HSL color Cylindrical-coordinate representation of color #3AD6FF: hue angle of 192.49º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD6FF is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 214 | 255 | - |
| CMYK | 0.77 | 0.16 | 0 | 0 |
| HSL | 192.49º | 1% | 0.61% | - |
| HSV(B) | 192.49º | 0.77% | 1% | - |
| XYZ | 43.84 | 56.21 | 103.15 | - |
| YUV | 172.03 | 174.82 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 255 | 0.77 | 0.16 | 0 | 0 | 192.49 | 1 | 0.61 |
| Hex | 3A | D6 | FF | 4D | 10 | 0 | 0 | C0 | 64 | 3D |
| Octal | 72 | 326 | 377 | 115 | 20 | 0 | 0 | 300 | 144 | 75 |
| Binary | 111010 | 11010110 | 11111111 | 1001101 | 10000 | 0 | 0 | 11000000 | 1100100 | 111101 |
Color Harmonies of #3AD6FF
Complementary color
Monochromatic Colors of #3AD6FF
Black with #3AD6FF
Text Example
Text Example
White with #3AD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6FF; }
p { color: rgb(58,214,255); }
H1.HeaderClassName
{
color: #3AD6FF;
}
.AnyTagClassName
{
color: #3AD6FF;
}
</style>
background-color css
<style>
a { background-color: #3AD6FF; }
a { background-color: rgb(58,214,255); }
div.DivClassName
{
background-color: #3AD6FF;
}
.BgClassName
{
background-color: #3AD6FF;
}
</style>
border-color css
<style>
span { border-color: #3AD6FF; }
span { border-color: rgb(58,214,255); }
td.TdClassName
{
border-color: #3AD6FF;
}
.TagClassName
{
border-color: #3AD6FF;
}
</style>