Shades of Summer Sky #3CC2FF
Tints of Summer Sky #3CC2FF
RGB
CMYK
RGB Variations
Color information
#3CC2FF (or 0x3CC2FF) is known color: Summer Sky. HEX triplet: 3C, C2 and FF. RGB value is (60,194,255). Sum of RGB (Red+Green+Blue) = 60+194+255=509 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.79% from 509); Green value is 194 (76.17% from 255 or 38.11% from 509); Blue value is 255 (100% from 255 or 50.10% from 509); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CC2FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CC2FF is #C33D00. Grayscale: #A0A0A0. Windows color (decimal): -12795137 or 16761404. OLE color: 16761404.
HSL color Cylindrical-coordinate representation of color #3CC2FF: hue angle of 198.77º 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 #3CC2FF is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 194 | 255 | - |
| CMYK | 0.76 | 0.24 | 0 | 0 |
| HSL | 198.77º | 1% | 0.62% | - |
| HSV(B) | 198.77º | 0.76% | 1% | - |
| XYZ | 39.21 | 46.76 | 101.57 | - |
| YUV | 160.89 | 181.11 | 56.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 194 | 255 | 0.76 | 0.24 | 0 | 0 | 198.77 | 1 | 0.62 |
| Hex | 3C | C2 | FF | 4C | 18 | 0 | 0 | C7 | 64 | 3E |
| Octal | 74 | 302 | 377 | 114 | 30 | 0 | 0 | 307 | 144 | 76 |
| Binary | 111100 | 11000010 | 11111111 | 1001100 | 11000 | 0 | 0 | 11000111 | 1100100 | 111110 |
Color Harmonies of #3CC2FF
Complementary color
Monochromatic Colors of #3CC2FF
Black with #3CC2FF
Text Example
Text Example
White with #3CC2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC2FF; }
p { color: rgb(60,194,255); }
H1.HeaderClassName
{
color: #3CC2FF;
}
.AnyTagClassName
{
color: #3CC2FF;
}
</style>
background-color css
<style>
a { background-color: #3CC2FF; }
a { background-color: rgb(60,194,255); }
div.DivClassName
{
background-color: #3CC2FF;
}
.BgClassName
{
background-color: #3CC2FF;
}
</style>
border-color css
<style>
span { border-color: #3CC2FF; }
span { border-color: rgb(60,194,255); }
td.TdClassName
{
border-color: #3CC2FF;
}
.TagClassName
{
border-color: #3CC2FF;
}
</style>