Shades of Summer Sky #3CB0DF
Tints of Summer Sky #3CB0DF
RGB
CMYK
RGB Variations
Color information
#3CB0DF (or 0x3CB0DF) is known color: Summer Sky. HEX triplet: 3C, B0 and DF. RGB value is (60,176,223). Sum of RGB (Red+Green+Blue) = 60+176+223=459 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.07% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CB0DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CB0DF is #C34F20. Grayscale: #929292. Windows color (decimal): -12799777 or 14659644. OLE color: 14659644.
HSL color Cylindrical-coordinate representation of color #3CB0DF: hue angle of 197.3º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CB0DF is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 176 | 223 | - |
| CMYK | 0.73 | 0.21 | 0 | 0.13 |
| HSL | 197.3º | 0.72% | 0.55% | - |
| HSV(B) | 197.3º | 0.73% | 0.87% | - |
| XYZ | 30.71 | 37.34 | 75.4 | - |
| YUV | 146.67 | 171.07 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 176 | 223 | 0.73 | 0.21 | 0 | 0.13 | 197.3 | 0.72 | 0.55 |
| Hex | 3C | B0 | DF | 49 | 15 | 0 | D | C5 | 48 | 37 |
| Octal | 74 | 260 | 337 | 111 | 25 | 0 | 15 | 305 | 110 | 67 |
| Binary | 111100 | 10110000 | 11011111 | 1001001 | 10101 | 0 | 1101 | 11000101 | 1001000 | 110111 |
Color Harmonies of #3CB0DF
Complementary color
Monochromatic Colors of #3CB0DF
Black with #3CB0DF
Text Example
Text Example
White with #3CB0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB0DF; }
p { color: rgb(60,176,223); }
H1.HeaderClassName
{
color: #3CB0DF;
}
.AnyTagClassName
{
color: #3CB0DF;
}
</style>
background-color css
<style>
a { background-color: #3CB0DF; }
a { background-color: rgb(60,176,223); }
div.DivClassName
{
background-color: #3CB0DF;
}
.BgClassName
{
background-color: #3CB0DF;
}
</style>
border-color css
<style>
span { border-color: #3CB0DF; }
span { border-color: rgb(60,176,223); }
td.TdClassName
{
border-color: #3CB0DF;
}
.TagClassName
{
border-color: #3CB0DF;
}
</style>