Shades of Summer Sky #3CC5DF
Tints of Summer Sky #3CC5DF
RGB
CMYK
RGB Variations
Color information
#3CC5DF (or 0x3CC5DF) is known color: Summer Sky. HEX triplet: 3C, C5 and DF. RGB value is (60,197,223). Sum of RGB (Red+Green+Blue) = 60+197+223=480 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.5% from 480); Green value is 197 (77.34% from 255 or 41.04% from 480); Blue value is 223 (87.5% from 255 or 46.46% from 480); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CC5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CC5DF is #C33A20. Grayscale: #9E9E9E. Windows color (decimal): -12794401 or 14665020. OLE color: 14665020.
HSL color Cylindrical-coordinate representation of color #3CC5DF: hue angle of 189.57º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CC5DF is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 197 | 223 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.13 |
| HSL | 189.57º | 0.72% | 0.55% | - |
| HSV(B) | 189.57º | 0.73% | 0.87% | - |
| XYZ | 35.15 | 46.22 | 76.88 | - |
| YUV | 159 | 164.11 | 57.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 197 | 223 | 0.73 | 0.12 | 0 | 0.13 | 189.57 | 0.72 | 0.55 |
| Hex | 3C | C5 | DF | 49 | C | 0 | D | BE | 48 | 37 |
| Octal | 74 | 305 | 337 | 111 | 14 | 0 | 15 | 276 | 110 | 67 |
| Binary | 111100 | 11000101 | 11011111 | 1001001 | 1100 | 0 | 1101 | 10111110 | 1001000 | 110111 |
Color Harmonies of #3CC5DF
Complementary color
Monochromatic Colors of #3CC5DF
Black with #3CC5DF
Text Example
Text Example
White with #3CC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC5DF; }
p { color: rgb(60,197,223); }
H1.HeaderClassName
{
color: #3CC5DF;
}
.AnyTagClassName
{
color: #3CC5DF;
}
</style>
background-color css
<style>
a { background-color: #3CC5DF; }
a { background-color: rgb(60,197,223); }
div.DivClassName
{
background-color: #3CC5DF;
}
.BgClassName
{
background-color: #3CC5DF;
}
</style>
border-color css
<style>
span { border-color: #3CC5DF; }
span { border-color: rgb(60,197,223); }
td.TdClassName
{
border-color: #3CC5DF;
}
.TagClassName
{
border-color: #3CC5DF;
}
</style>