Shades of Summer Sky #3CC5FC
Tints of Summer Sky #3CC5FC
RGB
CMYK
RGB Variations
Color information
#3CC5FC (or 0x3CC5FC) is known color: Summer Sky. HEX triplet: 3C, C5 and FC. RGB value is (60,197,252). Sum of RGB (Red+Green+Blue) = 60+197+252=509 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.79% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CC5FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CC5FC is #C33A03. Grayscale: #A1A1A1. Windows color (decimal): -12794372 or 16565564. OLE color: 16565564.
HSL color Cylindrical-coordinate representation of color #3CC5FC: hue angle of 197.19º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CC5FC is Cyan = 0.76, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 197 | 252 | - |
| CMYK | 0.76 | 0.22 | 0 | 0.01 |
| HSL | 197.19º | 0.97% | 0.61% | - |
| HSV(B) | 197.19º | 0.76% | 0.99% | - |
| XYZ | 39.4 | 47.92 | 99.27 | - |
| YUV | 162.31 | 178.61 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 197 | 252 | 0.76 | 0.22 | 0 | 0.01 | 197.19 | 0.97 | 0.61 |
| Hex | 3C | C5 | FC | 4C | 16 | 0 | 1 | C5 | 61 | 3D |
| Octal | 74 | 305 | 374 | 114 | 26 | 0 | 1 | 305 | 141 | 75 |
| Binary | 111100 | 11000101 | 11111100 | 1001100 | 10110 | 0 | 1 | 11000101 | 1100001 | 111101 |
Color Harmonies of #3CC5FC
Complementary color
Monochromatic Colors of #3CC5FC
Black with #3CC5FC
Text Example
Text Example
White with #3CC5FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC5FC; }
p { color: rgb(60,197,252); }
H1.HeaderClassName
{
color: #3CC5FC;
}
.AnyTagClassName
{
color: #3CC5FC;
}
</style>
background-color css
<style>
a { background-color: #3CC5FC; }
a { background-color: rgb(60,197,252); }
div.DivClassName
{
background-color: #3CC5FC;
}
.BgClassName
{
background-color: #3CC5FC;
}
</style>
border-color css
<style>
span { border-color: #3CC5FC; }
span { border-color: rgb(60,197,252); }
td.TdClassName
{
border-color: #3CC5FC;
}
.TagClassName
{
border-color: #3CC5FC;
}
</style>