Shades of Summer Sky #3CBBDF
Tints of Summer Sky #3CBBDF
RGB
CMYK
RGB Variations
Color information
#3CBBDF (or 0x3CBBDF) is known color: Summer Sky. HEX triplet: 3C, BB and DF. RGB value is (60,187,223). Sum of RGB (Red+Green+Blue) = 60+187+223=470 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.77% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CBBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBBDF is #C34420. Grayscale: #989898. Windows color (decimal): -12796961 or 14662460. OLE color: 14662460.
HSL color Cylindrical-coordinate representation of color #3CBBDF: hue angle of 193.25º 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 #3CBBDF is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 187 | 223 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.13 |
| HSL | 193.25º | 0.72% | 0.55% | - |
| HSV(B) | 193.25º | 0.73% | 0.87% | - |
| XYZ | 32.95 | 41.83 | 76.15 | - |
| YUV | 153.13 | 167.42 | 61.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 223 | 0.73 | 0.16 | 0 | 0.13 | 193.25 | 0.72 | 0.55 |
| Hex | 3C | BB | DF | 49 | 10 | 0 | D | C1 | 48 | 37 |
| Octal | 74 | 273 | 337 | 111 | 20 | 0 | 15 | 301 | 110 | 67 |
| Binary | 111100 | 10111011 | 11011111 | 1001001 | 10000 | 0 | 1101 | 11000001 | 1001000 | 110111 |
Color Harmonies of #3CBBDF
Complementary color
Monochromatic Colors of #3CBBDF
Black with #3CBBDF
Text Example
Text Example
White with #3CBBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBBDF; }
p { color: rgb(60,187,223); }
H1.HeaderClassName
{
color: #3CBBDF;
}
.AnyTagClassName
{
color: #3CBBDF;
}
</style>
background-color css
<style>
a { background-color: #3CBBDF; }
a { background-color: rgb(60,187,223); }
div.DivClassName
{
background-color: #3CBBDF;
}
.BgClassName
{
background-color: #3CBBDF;
}
</style>
border-color css
<style>
span { border-color: #3CBBDF; }
span { border-color: rgb(60,187,223); }
td.TdClassName
{
border-color: #3CBBDF;
}
.TagClassName
{
border-color: #3CBBDF;
}
</style>