Shades of Summer Sky #3CD6FF
Tints of Summer Sky #3CD6FF
RGB
CMYK
RGB Variations
Color information
#3CD6FF (or 0x3CD6FF) is known color: Summer Sky. HEX triplet: 3C, D6 and FF. RGB value is (60,214,255). Sum of RGB (Red+Green+Blue) = 60+214+255=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CD6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CD6FF is #C32900. Grayscale: #ACACAC. Windows color (decimal): -12790017 or 16766524. OLE color: 16766524.
HSL color Cylindrical-coordinate representation of color #3CD6FF: hue angle of 192.62º 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 #3CD6FF is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 214 | 255 | - |
| CMYK | 0.76 | 0.16 | 0 | 0 |
| HSL | 192.62º | 1% | 0.62% | - |
| HSV(B) | 192.62º | 0.76% | 1% | - |
| XYZ | 43.96 | 56.27 | 103.15 | - |
| YUV | 172.63 | 174.48 | 47.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 214 | 255 | 0.76 | 0.16 | 0 | 0 | 192.62 | 1 | 0.62 |
| Hex | 3C | D6 | FF | 4C | 10 | 0 | 0 | C1 | 64 | 3E |
| Octal | 74 | 326 | 377 | 114 | 20 | 0 | 0 | 301 | 144 | 76 |
| Binary | 111100 | 11010110 | 11111111 | 1001100 | 10000 | 0 | 0 | 11000001 | 1100100 | 111110 |
Color Harmonies of #3CD6FF
Complementary color
Monochromatic Colors of #3CD6FF
Black with #3CD6FF
Text Example
Text Example
White with #3CD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD6FF; }
p { color: rgb(60,214,255); }
H1.HeaderClassName
{
color: #3CD6FF;
}
.AnyTagClassName
{
color: #3CD6FF;
}
</style>
background-color css
<style>
a { background-color: #3CD6FF; }
a { background-color: rgb(60,214,255); }
div.DivClassName
{
background-color: #3CD6FF;
}
.BgClassName
{
background-color: #3CD6FF;
}
</style>
border-color css
<style>
span { border-color: #3CD6FF; }
span { border-color: rgb(60,214,255); }
td.TdClassName
{
border-color: #3CD6FF;
}
.TagClassName
{
border-color: #3CD6FF;
}
</style>