Shades of Summer Sky #3DC0F9
Tints of Summer Sky #3DC0F9
RGB
CMYK
RGB Variations
Color information
#3DC0F9 (or 0x3DC0F9) is known color: Summer Sky. HEX triplet: 3D, C0 and F9. RGB value is (61,192,249). Sum of RGB (Red+Green+Blue) = 61+192+249=502 (66% of max value = 765). Red value is 61 (24.22% from 255 or 12.15% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #3DC0F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DC0F9 is #C23F06. Grayscale: #9E9E9E. Windows color (decimal): -12730119 or 16367677. OLE color: 16367677.
HSL color Cylindrical-coordinate representation of color #3DC0F9: hue angle of 198.19º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DC0F9 is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 192 | 249 | - |
| CMYK | 0.76 | 0.23 | 0 | 0.02 |
| HSL | 198.19º | 0.94% | 0.61% | - |
| HSV(B) | 198.19º | 0.76% | 0.98% | - |
| XYZ | 37.87 | 45.53 | 96.41 | - |
| YUV | 159.33 | 178.6 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 249 | 0.76 | 0.23 | 0 | 0.02 | 198.19 | 0.94 | 0.61 |
| Hex | 3D | C0 | F9 | 4C | 17 | 0 | 2 | C6 | 5E | 3D |
| Octal | 75 | 300 | 371 | 114 | 27 | 0 | 2 | 306 | 136 | 75 |
| Binary | 111101 | 11000000 | 11111001 | 1001100 | 10111 | 0 | 10 | 11000110 | 1011110 | 111101 |
Color Harmonies of #3DC0F9
Complementary color
Monochromatic Colors of #3DC0F9
Black with #3DC0F9
Text Example
Text Example
White with #3DC0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC0F9; }
p { color: rgb(61,192,249); }
H1.HeaderClassName
{
color: #3DC0F9;
}
.AnyTagClassName
{
color: #3DC0F9;
}
</style>
background-color css
<style>
a { background-color: #3DC0F9; }
a { background-color: rgb(61,192,249); }
div.DivClassName
{
background-color: #3DC0F9;
}
.BgClassName
{
background-color: #3DC0F9;
}
</style>
border-color css
<style>
span { border-color: #3DC0F9; }
span { border-color: rgb(61,192,249); }
td.TdClassName
{
border-color: #3DC0F9;
}
.TagClassName
{
border-color: #3DC0F9;
}
</style>