Shades of Summer Sky #3AD7FF
Tints of Summer Sky #3AD7FF
RGB
CMYK
RGB Variations
Color information
#3AD7FF (or 0x3AD7FF) is known color: Summer Sky. HEX triplet: 3A, D7 and FF. RGB value is (58,215,255). Sum of RGB (Red+Green+Blue) = 58+215+255=528 (69% of max value = 765). Red value is 58 (23.05% from 255 or 10.98% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AD7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD7FF is #C52800. Grayscale: #ACACAC. Windows color (decimal): -12920833 or 16766778. OLE color: 16766778.
HSL color Cylindrical-coordinate representation of color #3AD7FF: hue angle of 192.18º 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 #3AD7FF is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 215 | 255 | - |
| CMYK | 0.77 | 0.16 | 0 | 0 |
| HSL | 192.18º | 1% | 0.61% | - |
| HSV(B) | 192.18º | 0.77% | 1% | - |
| XYZ | 44.1 | 56.72 | 103.23 | - |
| YUV | 172.62 | 174.49 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 215 | 255 | 0.77 | 0.16 | 0 | 0 | 192.18 | 1 | 0.61 |
| Hex | 3A | D7 | FF | 4D | 10 | 0 | 0 | C0 | 64 | 3D |
| Octal | 72 | 327 | 377 | 115 | 20 | 0 | 0 | 300 | 144 | 75 |
| Binary | 111010 | 11010111 | 11111111 | 1001101 | 10000 | 0 | 0 | 11000000 | 1100100 | 111101 |
Color Harmonies of #3AD7FF
Complementary color
Monochromatic Colors of #3AD7FF
Black with #3AD7FF
Text Example
Text Example
White with #3AD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD7FF; }
p { color: rgb(58,215,255); }
H1.HeaderClassName
{
color: #3AD7FF;
}
.AnyTagClassName
{
color: #3AD7FF;
}
</style>
background-color css
<style>
a { background-color: #3AD7FF; }
a { background-color: rgb(58,215,255); }
div.DivClassName
{
background-color: #3AD7FF;
}
.BgClassName
{
background-color: #3AD7FF;
}
</style>
border-color css
<style>
span { border-color: #3AD7FF; }
span { border-color: rgb(58,215,255); }
td.TdClassName
{
border-color: #3AD7FF;
}
.TagClassName
{
border-color: #3AD7FF;
}
</style>