Shades of Summer Sky #3DC3EF
Tints of Summer Sky #3DC3EF
RGB
CMYK
RGB Variations
Color information
#3DC3EF (or 0x3DC3EF) is known color: Summer Sky. HEX triplet: 3D, C3 and EF. RGB value is (61,195,239). Sum of RGB (Red+Green+Blue) = 61+195+239=495 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.32% from 495); Green value is 195 (76.56% from 255 or 39.39% from 495); Blue value is 239 (93.75% from 255 or 48.28% from 495); Max value from RGB is 239 - color contains mainly: blue. Hex color #3DC3EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DC3EF is #C23C10. Grayscale: #9F9F9F. Windows color (decimal): -12729361 or 15713085. OLE color: 15713085.
HSL color Cylindrical-coordinate representation of color #3DC3EF: hue angle of 194.83º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DC3EF is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 61 | 195 | 239 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.06 |
| HSL | 194.83º | 0.85% | 0.59% | - |
| HSV(B) | 194.83º | 0.74% | 0.94% | - |
| XYZ | 37.02 | 46.25 | 88.64 | - |
| YUV | 159.95 | 172.61 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 195 | 239 | 0.74 | 0.18 | 0 | 0.06 | 194.83 | 0.85 | 0.59 |
| Hex | 3D | C3 | EF | 4A | 12 | 0 | 6 | C3 | 55 | 3B |
| Octal | 75 | 303 | 357 | 112 | 22 | 0 | 6 | 303 | 125 | 73 |
| Binary | 111101 | 11000011 | 11101111 | 1001010 | 10010 | 0 | 110 | 11000011 | 1010101 | 111011 |
Color Harmonies of #3DC3EF
Complementary color
Monochromatic Colors of #3DC3EF
Black with #3DC3EF
Text Example
Text Example
White with #3DC3EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DC3EF; }
p { color: rgb(61,195,239); }
H1.HeaderClassName
{
color: #3DC3EF;
}
.AnyTagClassName
{
color: #3DC3EF;
}
</style>
background-color css
<style>
a { background-color: #3DC3EF; }
a { background-color: rgb(61,195,239); }
div.DivClassName
{
background-color: #3DC3EF;
}
.BgClassName
{
background-color: #3DC3EF;
}
</style>
border-color css
<style>
span { border-color: #3DC3EF; }
span { border-color: rgb(61,195,239); }
td.TdClassName
{
border-color: #3DC3EF;
}
.TagClassName
{
border-color: #3DC3EF;
}
</style>