Shades of Summer Sky #3CCEFC
Tints of Summer Sky #3CCEFC
RGB
CMYK
RGB Variations
Color information
#3CCEFC (or 0x3CCEFC) is known color: Summer Sky. HEX triplet: 3C, CE and FC. RGB value is (60,206,252). Sum of RGB (Red+Green+Blue) = 60+206+252=518 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.58% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 252 (98.83% from 255 or 48.65% from 518); Max value from RGB is 252 - color contains mainly: blue. Hex color #3CCEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCEFC is #C33103. Grayscale: #A7A7A7. Windows color (decimal): -12792068 or 16567868. OLE color: 16567868.
HSL color Cylindrical-coordinate representation of color #3CCEFC: hue angle of 194.38º 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 #3CCEFC is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 206 | 252 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.01 |
| HSL | 194.38º | 0.97% | 0.61% | - |
| HSV(B) | 194.38º | 0.76% | 0.99% | - |
| XYZ | 41.51 | 52.13 | 99.97 | - |
| YUV | 167.59 | 175.63 | 51.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 252 | 0.76 | 0.18 | 0 | 0.01 | 194.38 | 0.97 | 0.61 |
| Hex | 3C | CE | FC | 4C | 12 | 0 | 1 | C2 | 61 | 3D |
| Octal | 74 | 316 | 374 | 114 | 22 | 0 | 1 | 302 | 141 | 75 |
| Binary | 111100 | 11001110 | 11111100 | 1001100 | 10010 | 0 | 1 | 11000010 | 1100001 | 111101 |
Color Harmonies of #3CCEFC
Complementary color
Monochromatic Colors of #3CCEFC
Black with #3CCEFC
Text Example
Text Example
White with #3CCEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCEFC; }
p { color: rgb(60,206,252); }
H1.HeaderClassName
{
color: #3CCEFC;
}
.AnyTagClassName
{
color: #3CCEFC;
}
</style>
background-color css
<style>
a { background-color: #3CCEFC; }
a { background-color: rgb(60,206,252); }
div.DivClassName
{
background-color: #3CCEFC;
}
.BgClassName
{
background-color: #3CCEFC;
}
</style>
border-color css
<style>
span { border-color: #3CCEFC; }
span { border-color: rgb(60,206,252); }
td.TdClassName
{
border-color: #3CCEFC;
}
.TagClassName
{
border-color: #3CCEFC;
}
</style>