Shades of Summer Sky #3CCCF8
Tints of Summer Sky #3CCCF8
RGB
CMYK
RGB Variations
Color information
#3CCCF8 (or 0x3CCCF8) is known color: Summer Sky. HEX triplet: 3C, CC and F8. RGB value is (60,204,248). Sum of RGB (Red+Green+Blue) = 60+204+248=512 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.72% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 248 (97.27% from 255 or 48.44% from 512); Max value from RGB is 248 - color contains mainly: blue. Hex color #3CCCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCCF8 is #C33307. Grayscale: #A5A5A5. Windows color (decimal): -12792584 or 16305212. OLE color: 16305212.
HSL color Cylindrical-coordinate representation of color #3CCCF8: hue angle of 194.04º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CCCF8 is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 204 | 248 | - |
| CMYK | 0.76 | 0.18 | 0 | 0.03 |
| HSL | 194.04º | 0.93% | 0.6% | - |
| HSV(B) | 194.04º | 0.76% | 0.97% | - |
| XYZ | 40.4 | 50.92 | 96.51 | - |
| YUV | 165.96 | 174.29 | 52.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 248 | 0.76 | 0.18 | 0 | 0.03 | 194.04 | 0.93 | 0.6 |
| Hex | 3C | CC | F8 | 4C | 12 | 0 | 3 | C2 | 5D | 3C |
| Octal | 74 | 314 | 370 | 114 | 22 | 0 | 3 | 302 | 135 | 74 |
| Binary | 111100 | 11001100 | 11111000 | 1001100 | 10010 | 0 | 11 | 11000010 | 1011101 | 111100 |
Color Harmonies of #3CCCF8
Complementary color
Monochromatic Colors of #3CCCF8
Black with #3CCCF8
Text Example
Text Example
White with #3CCCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCF8; }
p { color: rgb(60,204,248); }
H1.HeaderClassName
{
color: #3CCCF8;
}
.AnyTagClassName
{
color: #3CCCF8;
}
</style>
background-color css
<style>
a { background-color: #3CCCF8; }
a { background-color: rgb(60,204,248); }
div.DivClassName
{
background-color: #3CCCF8;
}
.BgClassName
{
background-color: #3CCCF8;
}
</style>
border-color css
<style>
span { border-color: #3CCCF8; }
span { border-color: rgb(60,204,248); }
td.TdClassName
{
border-color: #3CCCF8;
}
.TagClassName
{
border-color: #3CCCF8;
}
</style>