Shades of Summer Sky #3CCFFF
Tints of Summer Sky #3CCFFF
RGB
CMYK
RGB Variations
Color information
#3CCFFF (or 0x3CCFFF) is known color: Summer Sky. HEX triplet: 3C, CF and FF. RGB value is (60,207,255). Sum of RGB (Red+Green+Blue) = 60+207+255=522 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.49% from 522); Green value is 207 (81.25% from 255 or 39.66% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CCFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCFFF is #C33000. Grayscale: #A8A8A8. Windows color (decimal): -12791809 or 16764732. OLE color: 16764732.
HSL color Cylindrical-coordinate representation of color #3CCFFF: hue angle of 194.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 #3CCFFF is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 207 | 255 | - |
| CMYK | 0.76 | 0.19 | 0 | 0 |
| HSL | 194.77º | 1% | 0.62% | - |
| HSV(B) | 194.77º | 0.76% | 1% | - |
| XYZ | 42.23 | 52.81 | 102.57 | - |
| YUV | 168.52 | 176.8 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 255 | 0.76 | 0.19 | 0 | 0 | 194.77 | 1 | 0.62 |
| Hex | 3C | CF | FF | 4C | 13 | 0 | 0 | C3 | 64 | 3E |
| Octal | 74 | 317 | 377 | 114 | 23 | 0 | 0 | 303 | 144 | 76 |
| Binary | 111100 | 11001111 | 11111111 | 1001100 | 10011 | 0 | 0 | 11000011 | 1100100 | 111110 |
Color Harmonies of #3CCFFF
Complementary color
Monochromatic Colors of #3CCFFF
Black with #3CCFFF
Text Example
Text Example
White with #3CCFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFFF; }
p { color: rgb(60,207,255); }
H1.HeaderClassName
{
color: #3CCFFF;
}
.AnyTagClassName
{
color: #3CCFFF;
}
</style>
background-color css
<style>
a { background-color: #3CCFFF; }
a { background-color: rgb(60,207,255); }
div.DivClassName
{
background-color: #3CCFFF;
}
.BgClassName
{
background-color: #3CCFFF;
}
</style>
border-color css
<style>
span { border-color: #3CCFFF; }
span { border-color: rgb(60,207,255); }
td.TdClassName
{
border-color: #3CCFFF;
}
.TagClassName
{
border-color: #3CCFFF;
}
</style>