Shades of Summer Sky #3AD8FF
Tints of Summer Sky #3AD8FF
RGB
CMYK
RGB Variations
Color information
#3AD8FF (or 0x3AD8FF) is known color: Summer Sky. HEX triplet: 3A, D8 and FF. RGB value is (58,216,255). Sum of RGB (Red+Green+Blue) = 58+216+255=529 (70% of max value = 765). Red value is 58 (23.05% from 255 or 10.96% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AD8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD8FF is #C52700. Grayscale: #ACACAC. Windows color (decimal): -12920577 or 16767034. OLE color: 16767034.
HSL color Cylindrical-coordinate representation of color #3AD8FF: hue angle of 191.88º 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 #3AD8FF is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 216 | 255 | - |
| CMYK | 0.77 | 0.15 | 0 | 0 |
| HSL | 191.88º | 1% | 0.61% | - |
| HSV(B) | 191.88º | 0.77% | 1% | - |
| XYZ | 44.35 | 57.23 | 103.32 | - |
| YUV | 173.2 | 174.15 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 255 | 0.77 | 0.15 | 0 | 0 | 191.88 | 1 | 0.61 |
| Hex | 3A | D8 | FF | 4D | F | 0 | 0 | C0 | 64 | 3D |
| Octal | 72 | 330 | 377 | 115 | 17 | 0 | 0 | 300 | 144 | 75 |
| Binary | 111010 | 11011000 | 11111111 | 1001101 | 1111 | 0 | 0 | 11000000 | 1100100 | 111101 |
Color Harmonies of #3AD8FF
Complementary color
Monochromatic Colors of #3AD8FF
Black with #3AD8FF
Text Example
Text Example
White with #3AD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD8FF; }
p { color: rgb(58,216,255); }
H1.HeaderClassName
{
color: #3AD8FF;
}
.AnyTagClassName
{
color: #3AD8FF;
}
</style>
background-color css
<style>
a { background-color: #3AD8FF; }
a { background-color: rgb(58,216,255); }
div.DivClassName
{
background-color: #3AD8FF;
}
.BgClassName
{
background-color: #3AD8FF;
}
</style>
border-color css
<style>
span { border-color: #3AD8FF; }
span { border-color: rgb(58,216,255); }
td.TdClassName
{
border-color: #3AD8FF;
}
.TagClassName
{
border-color: #3AD8FF;
}
</style>