Shades of Summer Sky #3CCCFC
Tints of Summer Sky #3CCCFC
RGB
CMYK
RGB Variations
Color information
#3CCCFC (or 0x3CCCFC) is known color: Summer Sky. HEX triplet: 3C, CC and FC. RGB value is (60,204,252). Sum of RGB (Red+Green+Blue) = 60+204+252=516 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.63% from 516); Green value is 204 (80.08% from 255 or 39.53% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CCCFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCCFC is #C33303. Grayscale: #A6A6A6. Windows color (decimal): -12792580 or 16567356. OLE color: 16567356.
HSL color Cylindrical-coordinate representation of color #3CCCFC: hue angle of 195º 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 #3CCCFC is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 204 | 252 | - |
| CMYK | 0.76 | 0.19 | 0 | 0.01 |
| HSL | 195º | 0.97% | 0.61% | - |
| HSV(B) | 195º | 0.76% | 0.99% | - |
| XYZ | 41.03 | 51.17 | 99.81 | - |
| YUV | 166.42 | 176.29 | 52.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 252 | 0.76 | 0.19 | 0 | 0.01 | 195 | 0.97 | 0.61 |
| Hex | 3C | CC | FC | 4C | 13 | 0 | 1 | C3 | 61 | 3D |
| Octal | 74 | 314 | 374 | 114 | 23 | 0 | 1 | 303 | 141 | 75 |
| Binary | 111100 | 11001100 | 11111100 | 1001100 | 10011 | 0 | 1 | 11000011 | 1100001 | 111101 |
Color Harmonies of #3CCCFC
Complementary color
Monochromatic Colors of #3CCCFC
Black with #3CCCFC
Text Example
Text Example
White with #3CCCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCFC; }
p { color: rgb(60,204,252); }
H1.HeaderClassName
{
color: #3CCCFC;
}
.AnyTagClassName
{
color: #3CCCFC;
}
</style>
background-color css
<style>
a { background-color: #3CCCFC; }
a { background-color: rgb(60,204,252); }
div.DivClassName
{
background-color: #3CCCFC;
}
.BgClassName
{
background-color: #3CCCFC;
}
</style>
border-color css
<style>
span { border-color: #3CCCFC; }
span { border-color: rgb(60,204,252); }
td.TdClassName
{
border-color: #3CCCFC;
}
.TagClassName
{
border-color: #3CCCFC;
}
</style>