Shades of Summer Sky #3AD4F8
Tints of Summer Sky #3AD4F8
RGB
CMYK
RGB Variations
Color information
#3AD4F8 (or 0x3AD4F8) is known color: Summer Sky. HEX triplet: 3A, D4 and F8. RGB value is (58,212,248). Sum of RGB (Red+Green+Blue) = 58+212+248=518 (68% of max value = 765). Red value is 58 (23.05% from 255 or 11.20% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 248 (97.27% from 255 or 47.88% from 518); Max value from RGB is 248 - color contains mainly: blue. Hex color #3AD4F8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD4F8 is #C52B07. Grayscale: #A9A9A9. Windows color (decimal): -12921608 or 16307258. OLE color: 16307258.
HSL color Cylindrical-coordinate representation of color #3AD4F8: hue angle of 191.37º 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 #3AD4F8 is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 58 | 212 | 248 | - |
| CMYK | 0.77 | 0.15 | 0 | 0.03 |
| HSL | 191.37º | 0.93% | 0.6% | - |
| HSV(B) | 191.37º | 0.77% | 0.97% | - |
| XYZ | 42.23 | 54.76 | 97.15 | - |
| YUV | 170.06 | 171.98 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 212 | 248 | 0.77 | 0.15 | 0 | 0.03 | 191.37 | 0.93 | 0.6 |
| Hex | 3A | D4 | F8 | 4D | F | 0 | 3 | BF | 5D | 3C |
| Octal | 72 | 324 | 370 | 115 | 17 | 0 | 3 | 277 | 135 | 74 |
| Binary | 111010 | 11010100 | 11111000 | 1001101 | 1111 | 0 | 11 | 10111111 | 1011101 | 111100 |
Color Harmonies of #3AD4F8
Complementary color
Monochromatic Colors of #3AD4F8
Black with #3AD4F8
Text Example
Text Example
White with #3AD4F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD4F8; }
p { color: rgb(58,212,248); }
H1.HeaderClassName
{
color: #3AD4F8;
}
.AnyTagClassName
{
color: #3AD4F8;
}
</style>
background-color css
<style>
a { background-color: #3AD4F8; }
a { background-color: rgb(58,212,248); }
div.DivClassName
{
background-color: #3AD4F8;
}
.BgClassName
{
background-color: #3AD4F8;
}
</style>
border-color css
<style>
span { border-color: #3AD4F8; }
span { border-color: rgb(58,212,248); }
td.TdClassName
{
border-color: #3AD4F8;
}
.TagClassName
{
border-color: #3AD4F8;
}
</style>