Shades of Summer Sky #3CBBDE
Tints of Summer Sky #3CBBDE
RGB
CMYK
RGB Variations
Color information
#3CBBDE (or 0x3CBBDE) is known color: Summer Sky. HEX triplet: 3C, BB and DE. RGB value is (60,187,222). Sum of RGB (Red+Green+Blue) = 60+187+222=469 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.79% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #3CBBDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBBDE is #C34421. Grayscale: #989898. Windows color (decimal): -12796962 or 14596924. OLE color: 14596924.
HSL color Cylindrical-coordinate representation of color #3CBBDE: hue angle of 192.96º degrees, saturation: 0.71, 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 #3CBBDE is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 187 | 222 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.13 |
| HSL | 192.96º | 0.71% | 0.55% | - |
| HSV(B) | 192.96º | 0.73% | 0.87% | - |
| XYZ | 32.82 | 41.78 | 75.44 | - |
| YUV | 153.02 | 166.92 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 222 | 0.73 | 0.16 | 0 | 0.13 | 192.96 | 0.71 | 0.55 |
| Hex | 3C | BB | DE | 49 | 10 | 0 | D | C1 | 47 | 37 |
| Octal | 74 | 273 | 336 | 111 | 20 | 0 | 15 | 301 | 107 | 67 |
| Binary | 111100 | 10111011 | 11011110 | 1001001 | 10000 | 0 | 1101 | 11000001 | 1000111 | 110111 |
Color Harmonies of #3CBBDE
Complementary color
Monochromatic Colors of #3CBBDE
Black with #3CBBDE
Text Example
Text Example
White with #3CBBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBBDE; }
p { color: rgb(60,187,222); }
H1.HeaderClassName
{
color: #3CBBDE;
}
.AnyTagClassName
{
color: #3CBBDE;
}
</style>
background-color css
<style>
a { background-color: #3CBBDE; }
a { background-color: rgb(60,187,222); }
div.DivClassName
{
background-color: #3CBBDE;
}
.BgClassName
{
background-color: #3CBBDE;
}
</style>
border-color css
<style>
span { border-color: #3CBBDE; }
span { border-color: rgb(60,187,222); }
td.TdClassName
{
border-color: #3CBBDE;
}
.TagClassName
{
border-color: #3CBBDE;
}
</style>