Shades of Summer Sky #3AD0FF
Tints of Summer Sky #3AD0FF
RGB
CMYK
RGB Variations
Color information
#3AD0FF (or 0x3AD0FF) is known color: Summer Sky. HEX triplet: 3A, D0 and FF. RGB value is (58,208,255). Sum of RGB (Red+Green+Blue) = 58+208+255=521 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.13% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AD0FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD0FF is #C52F00. Grayscale: #A8A8A8. Windows color (decimal): -12922625 or 16764986. OLE color: 16764986.
HSL color Cylindrical-coordinate representation of color #3AD0FF: hue angle of 194.31º 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 #3AD0FF is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 208 | 255 | - |
| CMYK | 0.77 | 0.18 | 0 | 0 |
| HSL | 194.31º | 1% | 0.61% | - |
| HSV(B) | 194.31º | 0.77% | 1% | - |
| XYZ | 42.35 | 53.23 | 102.65 | - |
| YUV | 168.51 | 176.81 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 255 | 0.77 | 0.18 | 0 | 0 | 194.31 | 1 | 0.61 |
| Hex | 3A | D0 | FF | 4D | 12 | 0 | 0 | C2 | 64 | 3D |
| Octal | 72 | 320 | 377 | 115 | 22 | 0 | 0 | 302 | 144 | 75 |
| Binary | 111010 | 11010000 | 11111111 | 1001101 | 10010 | 0 | 0 | 11000010 | 1100100 | 111101 |
Color Harmonies of #3AD0FF
Complementary color
Monochromatic Colors of #3AD0FF
Black with #3AD0FF
Text Example
Text Example
White with #3AD0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0FF; }
p { color: rgb(58,208,255); }
H1.HeaderClassName
{
color: #3AD0FF;
}
.AnyTagClassName
{
color: #3AD0FF;
}
</style>
background-color css
<style>
a { background-color: #3AD0FF; }
a { background-color: rgb(58,208,255); }
div.DivClassName
{
background-color: #3AD0FF;
}
.BgClassName
{
background-color: #3AD0FF;
}
</style>
border-color css
<style>
span { border-color: #3AD0FF; }
span { border-color: rgb(58,208,255); }
td.TdClassName
{
border-color: #3AD0FF;
}
.TagClassName
{
border-color: #3AD0FF;
}
</style>