Shades of Summer Sky #3DC3FF
Tints of Summer Sky #3DC3FF
RGB
CMYK
RGB Variations
Color information
#3DC3FF (or 0x3DC3FF) is known color: Summer Sky. HEX triplet: 3D, C3 and FF. RGB value is (61,195,255). Sum of RGB (Red+Green+Blue) = 61+195+255=511 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.94% from 511); Green value is 195 (76.56% from 255 or 38.16% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DC3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DC3FF is #C23C00. Grayscale: #A1A1A1. Windows color (decimal): -12729345 or 16761661. OLE color: 16761661.
HSL color Cylindrical-coordinate representation of color #3DC3FF: hue angle of 198.56º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DC3FF is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 195 | 255 | - |
| CMYK | 0.76 | 0.24 | 0 | 0 |
| HSL | 198.56º | 1% | 0.62% | - |
| HSV(B) | 198.56º | 0.76% | 1% | - |
| XYZ | 39.49 | 47.24 | 101.65 | - |
| YUV | 161.77 | 180.61 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 195 | 255 | 0.76 | 0.24 | 0 | 0 | 198.56 | 1 | 0.62 |
| Hex | 3D | C3 | FF | 4C | 18 | 0 | 0 | C7 | 64 | 3E |
| Octal | 75 | 303 | 377 | 114 | 30 | 0 | 0 | 307 | 144 | 76 |
| Binary | 111101 | 11000011 | 11111111 | 1001100 | 11000 | 0 | 0 | 11000111 | 1100100 | 111110 |
Color Harmonies of #3DC3FF
Complementary color
Monochromatic Colors of #3DC3FF
Black with #3DC3FF
Text Example
Text Example
White with #3DC3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC3FF; }
p { color: rgb(61,195,255); }
H1.HeaderClassName
{
color: #3DC3FF;
}
.AnyTagClassName
{
color: #3DC3FF;
}
</style>
background-color css
<style>
a { background-color: #3DC3FF; }
a { background-color: rgb(61,195,255); }
div.DivClassName
{
background-color: #3DC3FF;
}
.BgClassName
{
background-color: #3DC3FF;
}
</style>
border-color css
<style>
span { border-color: #3DC3FF; }
span { border-color: rgb(61,195,255); }
td.TdClassName
{
border-color: #3DC3FF;
}
.TagClassName
{
border-color: #3DC3FF;
}
</style>