Shades of Summer Sky #3AD6FE
Tints of Summer Sky #3AD6FE
RGB
CMYK
RGB Variations
Color information
#3AD6FE (or 0x3AD6FE) is known color: Summer Sky. HEX triplet: 3A, D6 and FE. RGB value is (58,214,254). Sum of RGB (Red+Green+Blue) = 58+214+254=526 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.03% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AD6FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD6FE is #C52901. Grayscale: #ABABAB. Windows color (decimal): -12921090 or 16700986. OLE color: 16700986.
HSL color Cylindrical-coordinate representation of color #3AD6FE: hue angle of 192.24º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD6FE is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 214 | 254 | - |
| CMYK | 0.77 | 0.16 | 0 | 0.00 |
| HSL | 192.24º | 0.99% | 0.61% | - |
| HSV(B) | 192.24º | 0.77% | 1% | - |
| XYZ | 43.68 | 56.15 | 102.3 | - |
| YUV | 171.92 | 174.32 | 46.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 214 | 254 | 0.77 | 0.16 | 0 | 0.00 | 192.24 | 0.99 | 0.61 |
| Hex | 3A | D6 | FE | 4D | 10 | 0 | 0 | C0 | 63 | 3D |
| Octal | 72 | 326 | 376 | 115 | 20 | 0 | 0 | 300 | 143 | 75 |
| Binary | 111010 | 11010110 | 11111110 | 1001101 | 10000 | 0 | 0 | 11000000 | 1100011 | 111101 |
Color Harmonies of #3AD6FE
Complementary color
Monochromatic Colors of #3AD6FE
Black with #3AD6FE
Text Example
Text Example
White with #3AD6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD6FE; }
p { color: rgb(58,214,254); }
H1.HeaderClassName
{
color: #3AD6FE;
}
.AnyTagClassName
{
color: #3AD6FE;
}
</style>
background-color css
<style>
a { background-color: #3AD6FE; }
a { background-color: rgb(58,214,254); }
div.DivClassName
{
background-color: #3AD6FE;
}
.BgClassName
{
background-color: #3AD6FE;
}
</style>
border-color css
<style>
span { border-color: #3AD6FE; }
span { border-color: rgb(58,214,254); }
td.TdClassName
{
border-color: #3AD6FE;
}
.TagClassName
{
border-color: #3AD6FE;
}
</style>