Shades of Summer Sky #3CB3DD
Tints of Summer Sky #3CB3DD
RGB
CMYK
RGB Variations
Color information
#3CB3DD (or 0x3CB3DD) is known color: Summer Sky. HEX triplet: 3C, B3 and DD. RGB value is (60,179,221). Sum of RGB (Red+Green+Blue) = 60+179+221=460 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.04% from 460); Green value is 179 (70.31% from 255 or 38.91% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #3CB3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB3DD is #C34C22. Grayscale: #939393. Windows color (decimal): -12799011 or 14529340. OLE color: 14529340.
HSL color Cylindrical-coordinate representation of color #3CB3DD: hue angle of 195.65º degrees, saturation: 0.7, 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 #3CB3DD is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 179 | 221 | - |
| CMYK | 0.73 | 0.19 | 0 | 0.13 |
| HSL | 195.65º | 0.7% | 0.55% | - |
| HSV(B) | 195.65º | 0.73% | 0.87% | - |
| XYZ | 31.03 | 38.42 | 74.19 | - |
| YUV | 148.21 | 169.08 | 65.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 179 | 221 | 0.73 | 0.19 | 0 | 0.13 | 195.65 | 0.7 | 0.55 |
| Hex | 3C | B3 | DD | 49 | 13 | 0 | D | C4 | 46 | 37 |
| Octal | 74 | 263 | 335 | 111 | 23 | 0 | 15 | 304 | 106 | 67 |
| Binary | 111100 | 10110011 | 11011101 | 1001001 | 10011 | 0 | 1101 | 11000100 | 1000110 | 110111 |
Color Harmonies of #3CB3DD
Complementary color
Monochromatic Colors of #3CB3DD
Black with #3CB3DD
Text Example
Text Example
White with #3CB3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB3DD; }
p { color: rgb(60,179,221); }
H1.HeaderClassName
{
color: #3CB3DD;
}
.AnyTagClassName
{
color: #3CB3DD;
}
</style>
background-color css
<style>
a { background-color: #3CB3DD; }
a { background-color: rgb(60,179,221); }
div.DivClassName
{
background-color: #3CB3DD;
}
.BgClassName
{
background-color: #3CB3DD;
}
</style>
border-color css
<style>
span { border-color: #3CB3DD; }
span { border-color: rgb(60,179,221); }
td.TdClassName
{
border-color: #3CB3DD;
}
.TagClassName
{
border-color: #3CB3DD;
}
</style>