Shades of Summer Sky #3AD0FD
Tints of Summer Sky #3AD0FD
RGB
CMYK
RGB Variations
Color information
#3AD0FD (or 0x3AD0FD) is known color: Summer Sky. HEX triplet: 3A, D0 and FD. RGB value is (58,208,253). Sum of RGB (Red+Green+Blue) = 58+208+253=519 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.18% from 519); Green value is 208 (81.64% from 255 or 40.08% from 519); Blue value is 253 (99.22% from 255 or 48.75% from 519); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AD0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD0FD is #C52F02. Grayscale: #A7A7A7. Windows color (decimal): -12922627 or 16633914. OLE color: 16633914.
HSL color Cylindrical-coordinate representation of color #3AD0FD: hue angle of 193.85º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD0FD is Cyan = 0.77, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 208 | 253 | - |
| CMYK | 0.77 | 0.18 | 0 | 0.01 |
| HSL | 193.85º | 0.98% | 0.61% | - |
| HSV(B) | 193.85º | 0.77% | 0.99% | - |
| XYZ | 42.03 | 53.1 | 100.96 | - |
| YUV | 168.28 | 175.81 | 49.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 253 | 0.77 | 0.18 | 0 | 0.01 | 193.85 | 0.98 | 0.61 |
| Hex | 3A | D0 | FD | 4D | 12 | 0 | 1 | C2 | 62 | 3D |
| Octal | 72 | 320 | 375 | 115 | 22 | 0 | 1 | 302 | 142 | 75 |
| Binary | 111010 | 11010000 | 11111101 | 1001101 | 10010 | 0 | 1 | 11000010 | 1100010 | 111101 |
Color Harmonies of #3AD0FD
Complementary color
Monochromatic Colors of #3AD0FD
Black with #3AD0FD
Text Example
Text Example
White with #3AD0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0FD; }
p { color: rgb(58,208,253); }
H1.HeaderClassName
{
color: #3AD0FD;
}
.AnyTagClassName
{
color: #3AD0FD;
}
</style>
background-color css
<style>
a { background-color: #3AD0FD; }
a { background-color: rgb(58,208,253); }
div.DivClassName
{
background-color: #3AD0FD;
}
.BgClassName
{
background-color: #3AD0FD;
}
</style>
border-color css
<style>
span { border-color: #3AD0FD; }
span { border-color: rgb(58,208,253); }
td.TdClassName
{
border-color: #3AD0FD;
}
.TagClassName
{
border-color: #3AD0FD;
}
</style>