Shades of Summer Sky #3CCDEF
Tints of Summer Sky #3CCDEF
RGB
CMYK
RGB Variations
Color information
#3CCDEF (or 0x3CCDEF) is known color: Summer Sky. HEX triplet: 3C, CD and EF. RGB value is (60,205,239). Sum of RGB (Red+Green+Blue) = 60+205+239=504 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.90% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CCDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCDEF is #C33210. Grayscale: #A5A5A5. Windows color (decimal): -12792337 or 15715644. OLE color: 15715644.
HSL color Cylindrical-coordinate representation of color #3CCDEF: hue angle of 191.4º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CCDEF is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 205 | 239 | - |
| CMYK | 0.75 | 0.14 | 0 | 0.06 |
| HSL | 191.4º | 0.85% | 0.59% | - |
| HSV(B) | 191.4º | 0.75% | 0.94% | - |
| XYZ | 39.27 | 50.86 | 89.41 | - |
| YUV | 165.52 | 169.46 | 52.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 205 | 239 | 0.75 | 0.14 | 0 | 0.06 | 191.4 | 0.85 | 0.59 |
| Hex | 3C | CD | EF | 4B | E | 0 | 6 | BF | 55 | 3B |
| Octal | 74 | 315 | 357 | 113 | 16 | 0 | 6 | 277 | 125 | 73 |
| Binary | 111100 | 11001101 | 11101111 | 1001011 | 1110 | 0 | 110 | 10111111 | 1010101 | 111011 |
Color Harmonies of #3CCDEF
Complementary color
Monochromatic Colors of #3CCDEF
Black with #3CCDEF
Text Example
Text Example
White with #3CCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCDEF; }
p { color: rgb(60,205,239); }
H1.HeaderClassName
{
color: #3CCDEF;
}
.AnyTagClassName
{
color: #3CCDEF;
}
</style>
background-color css
<style>
a { background-color: #3CCDEF; }
a { background-color: rgb(60,205,239); }
div.DivClassName
{
background-color: #3CCDEF;
}
.BgClassName
{
background-color: #3CCDEF;
}
</style>
border-color css
<style>
span { border-color: #3CCDEF; }
span { border-color: rgb(60,205,239); }
td.TdClassName
{
border-color: #3CCDEF;
}
.TagClassName
{
border-color: #3CCDEF;
}
</style>