Shades of Summer Sky #3AD0FB
Tints of Summer Sky #3AD0FB
RGB
CMYK
RGB Variations
Color information
#3AD0FB (or 0x3AD0FB) is known color: Summer Sky. HEX triplet: 3A, D0 and FB. RGB value is (58,208,251). Sum of RGB (Red+Green+Blue) = 58+208+251=517 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.22% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 251 (98.44% from 255 or 48.55% from 517); Max value from RGB is 251 - color contains mainly: blue. Hex color #3AD0FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD0FB is #C52F04. Grayscale: #A7A7A7. Windows color (decimal): -12922629 or 16502842. OLE color: 16502842.
HSL color Cylindrical-coordinate representation of color #3AD0FB: hue angle of 193.37º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD0FB is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 58 | 208 | 251 | - |
| CMYK | 0.77 | 0.17 | 0 | 0.02 |
| HSL | 193.37º | 0.96% | 0.61% | - |
| HSV(B) | 193.37º | 0.77% | 0.98% | - |
| XYZ | 41.71 | 52.98 | 99.29 | - |
| YUV | 168.05 | 174.81 | 49.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 208 | 251 | 0.77 | 0.17 | 0 | 0.02 | 193.37 | 0.96 | 0.61 |
| Hex | 3A | D0 | FB | 4D | 11 | 0 | 2 | C1 | 60 | 3D |
| Octal | 72 | 320 | 373 | 115 | 21 | 0 | 2 | 301 | 140 | 75 |
| Binary | 111010 | 11010000 | 11111011 | 1001101 | 10001 | 0 | 10 | 11000001 | 1100000 | 111101 |
Color Harmonies of #3AD0FB
Complementary color
Monochromatic Colors of #3AD0FB
Black with #3AD0FB
Text Example
Text Example
White with #3AD0FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD0FB; }
p { color: rgb(58,208,251); }
H1.HeaderClassName
{
color: #3AD0FB;
}
.AnyTagClassName
{
color: #3AD0FB;
}
</style>
background-color css
<style>
a { background-color: #3AD0FB; }
a { background-color: rgb(58,208,251); }
div.DivClassName
{
background-color: #3AD0FB;
}
.BgClassName
{
background-color: #3AD0FB;
}
</style>
border-color css
<style>
span { border-color: #3AD0FB; }
span { border-color: rgb(58,208,251); }
td.TdClassName
{
border-color: #3AD0FB;
}
.TagClassName
{
border-color: #3AD0FB;
}
</style>