Shades of Summer Sky #3CBADE
Tints of Summer Sky #3CBADE
RGB
CMYK
RGB Variations
Color information
#3CBADE (or 0x3CBADE) is known color: Summer Sky. HEX triplet: 3C, BA and DE. RGB value is (60,186,222). Sum of RGB (Red+Green+Blue) = 60+186+222=468 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.82% from 468); Green value is 186 (73.05% from 255 or 39.74% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #3CBADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBADE is #C34521. Grayscale: #989898. Windows color (decimal): -12797218 or 14596668. OLE color: 14596668.
HSL color Cylindrical-coordinate representation of color #3CBADE: hue angle of 193.33º 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 #3CBADE is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 186 | 222 | - |
| CMYK | 0.73 | 0.16 | 0 | 0.13 |
| HSL | 193.33º | 0.71% | 0.55% | - |
| HSV(B) | 193.33º | 0.73% | 0.87% | - |
| XYZ | 32.61 | 41.35 | 75.37 | - |
| YUV | 152.43 | 167.26 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 222 | 0.73 | 0.16 | 0 | 0.13 | 193.33 | 0.71 | 0.55 |
| Hex | 3C | BA | DE | 49 | 10 | 0 | D | C1 | 47 | 37 |
| Octal | 74 | 272 | 336 | 111 | 20 | 0 | 15 | 301 | 107 | 67 |
| Binary | 111100 | 10111010 | 11011110 | 1001001 | 10000 | 0 | 1101 | 11000001 | 1000111 | 110111 |
Color Harmonies of #3CBADE
Complementary color
Monochromatic Colors of #3CBADE
Black with #3CBADE
Text Example
Text Example
White with #3CBADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBADE; }
p { color: rgb(60,186,222); }
H1.HeaderClassName
{
color: #3CBADE;
}
.AnyTagClassName
{
color: #3CBADE;
}
</style>
background-color css
<style>
a { background-color: #3CBADE; }
a { background-color: rgb(60,186,222); }
div.DivClassName
{
background-color: #3CBADE;
}
.BgClassName
{
background-color: #3CBADE;
}
</style>
border-color css
<style>
span { border-color: #3CBADE; }
span { border-color: rgb(60,186,222); }
td.TdClassName
{
border-color: #3CBADE;
}
.TagClassName
{
border-color: #3CBADE;
}
</style>