Shades of Summer Sky #3C9CCF
Tints of Summer Sky #3C9CCF
RGB
CMYK
RGB Variations
Color information
#3C9CCF (or 0x3C9CCF) is known color: Summer Sky. HEX triplet: 3C, 9C and CF. RGB value is (60,156,207). Sum of RGB (Red+Green+Blue) = 60+156+207=423 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.18% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #3C9CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3C9CCF is #C36330. Grayscale: #848484. Windows color (decimal): -12804913 or 13605948. OLE color: 13605948.
HSL color Cylindrical-coordinate representation of color #3C9CCF: hue angle of 200.82º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3C9CCF is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 60 | 156 | 207 | - |
| CMYK | 0.71 | 0.25 | 0 | 0.19 |
| HSL | 200.82º | 0.6% | 0.52% | - |
| HSV(B) | 200.82º | 0.71% | 0.81% | - |
| XYZ | 25.01 | 29.24 | 63.36 | - |
| YUV | 133.11 | 169.7 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 156 | 207 | 0.71 | 0.25 | 0 | 0.19 | 200.82 | 0.6 | 0.52 |
| Hex | 3C | 9C | CF | 47 | 19 | 0 | 13 | C9 | 3C | 34 |
| Octal | 74 | 234 | 317 | 107 | 31 | 0 | 23 | 311 | 74 | 64 |
| Binary | 111100 | 10011100 | 11001111 | 1000111 | 11001 | 0 | 10011 | 11001001 | 111100 | 110100 |
Color Harmonies of #3C9CCF
Complementary color
Monochromatic Colors of #3C9CCF
Black with #3C9CCF
Text Example
Text Example
White with #3C9CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9CCF; }
p { color: rgb(60,156,207); }
H1.HeaderClassName
{
color: #3C9CCF;
}
.AnyTagClassName
{
color: #3C9CCF;
}
</style>
background-color css
<style>
a { background-color: #3C9CCF; }
a { background-color: rgb(60,156,207); }
div.DivClassName
{
background-color: #3C9CCF;
}
.BgClassName
{
background-color: #3C9CCF;
}
</style>
border-color css
<style>
span { border-color: #3C9CCF; }
span { border-color: rgb(60,156,207); }
td.TdClassName
{
border-color: #3C9CCF;
}
.TagClassName
{
border-color: #3C9CCF;
}
</style>