Shades of Summer Sky #3AD2F8
Tints of Summer Sky #3AD2F8
RGB
CMYK
RGB Variations
Color information
#3AD2F8 (or 0x3AD2F8) is known color: Summer Sky. HEX triplet: 3A, D2 and F8. RGB value is (58,210,248). Sum of RGB (Red+Green+Blue) = 58+210+248=516 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.24% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 248 (97.27% from 255 or 48.06% from 516); Max value from RGB is 248 - color contains mainly: blue. Hex color #3AD2F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD2F8 is #C52D07. Grayscale: #A8A8A8. Windows color (decimal): -12922120 or 16306746. OLE color: 16306746.
HSL color Cylindrical-coordinate representation of color #3AD2F8: hue angle of 192º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AD2F8 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 210 | 248 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.03 |
| HSL | 192º | 0.93% | 0.6% | - |
| HSV(B) | 192º | 0.77% | 0.97% | - |
| XYZ | 41.73 | 53.77 | 96.99 | - |
| YUV | 168.88 | 172.64 | 48.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 210 | 248 | 0.77 | 0.15 | 0 | 0.03 | 192 | 0.93 | 0.6 |
| Hex | 3A | D2 | F8 | 4D | F | 0 | 3 | C0 | 5D | 3C |
| Octal | 72 | 322 | 370 | 115 | 17 | 0 | 3 | 300 | 135 | 74 |
| Binary | 111010 | 11010010 | 11111000 | 1001101 | 1111 | 0 | 11 | 11000000 | 1011101 | 111100 |
Color Harmonies of #3AD2F8
Complementary color
Monochromatic Colors of #3AD2F8
Black with #3AD2F8
Text Example
Text Example
White with #3AD2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD2F8; }
p { color: rgb(58,210,248); }
H1.HeaderClassName
{
color: #3AD2F8;
}
.AnyTagClassName
{
color: #3AD2F8;
}
</style>
background-color css
<style>
a { background-color: #3AD2F8; }
a { background-color: rgb(58,210,248); }
div.DivClassName
{
background-color: #3AD2F8;
}
.BgClassName
{
background-color: #3AD2F8;
}
</style>
border-color css
<style>
span { border-color: #3AD2F8; }
span { border-color: rgb(58,210,248); }
td.TdClassName
{
border-color: #3AD2F8;
}
.TagClassName
{
border-color: #3AD2F8;
}
</style>