Shades of Summer Sky #3DC0FE
Tints of Summer Sky #3DC0FE
RGB
CMYK
RGB Variations
Color information
#3DC0FE (or 0x3DC0FE) is known color: Summer Sky. HEX triplet: 3D, C0 and FE. RGB value is (61,192,254). Sum of RGB (Red+Green+Blue) = 61+192+254=507 (67% of max value = 765). Red value is 61 (24.22% from 255 or 12.03% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #3DC0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DC0FE is #C23F01. Grayscale: #9F9F9F. Windows color (decimal): -12730114 or 16695357. OLE color: 16695357.
HSL color Cylindrical-coordinate representation of color #3DC0FE: hue angle of 199.27º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DC0FE is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 192 | 254 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.00 |
| HSL | 199.27º | 0.99% | 0.62% | - |
| HSV(B) | 199.27º | 0.76% | 1% | - |
| XYZ | 38.66 | 45.85 | 100.58 | - |
| YUV | 159.9 | 181.1 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 192 | 254 | 0.76 | 0.24 | 0 | 0.00 | 199.27 | 0.99 | 0.62 |
| Hex | 3D | C0 | FE | 4C | 18 | 0 | 0 | C7 | 63 | 3E |
| Octal | 75 | 300 | 376 | 114 | 30 | 0 | 0 | 307 | 143 | 76 |
| Binary | 111101 | 11000000 | 11111110 | 1001100 | 11000 | 0 | 0 | 11000111 | 1100011 | 111110 |
Color Harmonies of #3DC0FE
Complementary color
Monochromatic Colors of #3DC0FE
Black with #3DC0FE
Text Example
Text Example
White with #3DC0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC0FE; }
p { color: rgb(61,192,254); }
H1.HeaderClassName
{
color: #3DC0FE;
}
.AnyTagClassName
{
color: #3DC0FE;
}
</style>
background-color css
<style>
a { background-color: #3DC0FE; }
a { background-color: rgb(61,192,254); }
div.DivClassName
{
background-color: #3DC0FE;
}
.BgClassName
{
background-color: #3DC0FE;
}
</style>
border-color css
<style>
span { border-color: #3DC0FE; }
span { border-color: rgb(61,192,254); }
td.TdClassName
{
border-color: #3DC0FE;
}
.TagClassName
{
border-color: #3DC0FE;
}
</style>