Shades of Summer Sky #3AD8FE
Tints of Summer Sky #3AD8FE
RGB
CMYK
RGB Variations
Color information
#3AD8FE (or 0x3AD8FE) is known color: Summer Sky. HEX triplet: 3A, D8 and FE. RGB value is (58,216,254). Sum of RGB (Red+Green+Blue) = 58+216+254=528 (69% of max value = 765). Red value is 58 (23.05% from 255 or 10.98% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AD8FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD8FE is #C52701. Grayscale: #ACACAC. Windows color (decimal): -12920578 or 16701498. OLE color: 16701498.
HSL color Cylindrical-coordinate representation of color #3AD8FE: hue angle of 191.63º 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 #3AD8FE is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 216 | 254 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.00 |
| HSL | 191.63º | 0.99% | 0.61% | - |
| HSV(B) | 191.63º | 0.77% | 1% | - |
| XYZ | 44.19 | 57.17 | 102.47 | - |
| YUV | 173.09 | 173.65 | 45.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 254 | 0.77 | 0.15 | 0 | 0.00 | 191.63 | 0.99 | 0.61 |
| Hex | 3A | D8 | FE | 4D | F | 0 | 0 | C0 | 63 | 3D |
| Octal | 72 | 330 | 376 | 115 | 17 | 0 | 0 | 300 | 143 | 75 |
| Binary | 111010 | 11011000 | 11111110 | 1001101 | 1111 | 0 | 0 | 11000000 | 1100011 | 111101 |
Color Harmonies of #3AD8FE
Complementary color
Monochromatic Colors of #3AD8FE
Black with #3AD8FE
Text Example
Text Example
White with #3AD8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD8FE; }
p { color: rgb(58,216,254); }
H1.HeaderClassName
{
color: #3AD8FE;
}
.AnyTagClassName
{
color: #3AD8FE;
}
</style>
background-color css
<style>
a { background-color: #3AD8FE; }
a { background-color: rgb(58,216,254); }
div.DivClassName
{
background-color: #3AD8FE;
}
.BgClassName
{
background-color: #3AD8FE;
}
</style>
border-color css
<style>
span { border-color: #3AD8FE; }
span { border-color: rgb(58,216,254); }
td.TdClassName
{
border-color: #3AD8FE;
}
.TagClassName
{
border-color: #3AD8FE;
}
</style>