Shades of Summer Sky #3CBDDF
Tints of Summer Sky #3CBDDF
RGB
CMYK
RGB Variations
Color information
#3CBDDF (or 0x3CBDDF) is known color: Summer Sky. HEX triplet: 3C, BD and DF. RGB value is (60,189,223). Sum of RGB (Red+Green+Blue) = 60+189+223=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CBDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBDDF is #C34220. Grayscale: #9A9A9A. Windows color (decimal): -12796449 or 14662972. OLE color: 14662972.
HSL color Cylindrical-coordinate representation of color #3CBDDF: hue angle of 192.52º 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 #3CBDDF is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 189 | 223 | - |
| CMYK | 0.73 | 0.15 | 0 | 0.13 |
| HSL | 192.52º | 0.72% | 0.55% | - |
| HSV(B) | 192.52º | 0.73% | 0.87% | - |
| XYZ | 33.38 | 42.68 | 76.29 | - |
| YUV | 154.31 | 166.76 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 189 | 223 | 0.73 | 0.15 | 0 | 0.13 | 192.52 | 0.72 | 0.55 |
| Hex | 3C | BD | DF | 49 | F | 0 | D | C1 | 48 | 37 |
| Octal | 74 | 275 | 337 | 111 | 17 | 0 | 15 | 301 | 110 | 67 |
| Binary | 111100 | 10111101 | 11011111 | 1001001 | 1111 | 0 | 1101 | 11000001 | 1001000 | 110111 |
Color Harmonies of #3CBDDF
Complementary color
Monochromatic Colors of #3CBDDF
Black with #3CBDDF
Text Example
Text Example
White with #3CBDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBDDF; }
p { color: rgb(60,189,223); }
H1.HeaderClassName
{
color: #3CBDDF;
}
.AnyTagClassName
{
color: #3CBDDF;
}
</style>
background-color css
<style>
a { background-color: #3CBDDF; }
a { background-color: rgb(60,189,223); }
div.DivClassName
{
background-color: #3CBDDF;
}
.BgClassName
{
background-color: #3CBDDF;
}
</style>
border-color css
<style>
span { border-color: #3CBDDF; }
span { border-color: rgb(60,189,223); }
td.TdClassName
{
border-color: #3CBDDF;
}
.TagClassName
{
border-color: #3CBDDF;
}
</style>