Shades of Summer Sky #3CBBE5
Tints of Summer Sky #3CBBE5
RGB
CMYK
RGB Variations
Color information
#3CBBE5 (or 0x3CBBE5) is known color: Summer Sky. HEX triplet: 3C, BB and E5. RGB value is (60,187,229). Sum of RGB (Red+Green+Blue) = 60+187+229=476 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.61% from 476); Green value is 187 (73.44% from 255 or 39.29% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #3CBBE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBBE5 is #C3441A. Grayscale: #999999. Windows color (decimal): -12796955 or 15055676. OLE color: 15055676.
HSL color Cylindrical-coordinate representation of color #3CBBE5: hue angle of 194.91º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CBBE5 is Cyan = 0.74, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 60 | 187 | 229 | - |
| CMYK | 0.74 | 0.18 | 0 | 0.10 |
| HSL | 194.91º | 0.76% | 0.57% | - |
| HSV(B) | 194.91º | 0.74% | 0.9% | - |
| XYZ | 33.78 | 42.16 | 80.49 | - |
| YUV | 153.82 | 170.42 | 61.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 187 | 229 | 0.74 | 0.18 | 0 | 0.10 | 194.91 | 0.76 | 0.57 |
| Hex | 3C | BB | E5 | 4A | 12 | 0 | A | C3 | 4C | 39 |
| Octal | 74 | 273 | 345 | 112 | 22 | 0 | 12 | 303 | 114 | 71 |
| Binary | 111100 | 10111011 | 11100101 | 1001010 | 10010 | 0 | 1010 | 11000011 | 1001100 | 111001 |
Color Harmonies of #3CBBE5
Complementary color
Monochromatic Colors of #3CBBE5
Black with #3CBBE5
Text Example
Text Example
White with #3CBBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBBE5; }
p { color: rgb(60,187,229); }
H1.HeaderClassName
{
color: #3CBBE5;
}
.AnyTagClassName
{
color: #3CBBE5;
}
</style>
background-color css
<style>
a { background-color: #3CBBE5; }
a { background-color: rgb(60,187,229); }
div.DivClassName
{
background-color: #3CBBE5;
}
.BgClassName
{
background-color: #3CBBE5;
}
</style>
border-color css
<style>
span { border-color: #3CBBE5; }
span { border-color: rgb(60,187,229); }
td.TdClassName
{
border-color: #3CBBE5;
}
.TagClassName
{
border-color: #3CBBE5;
}
</style>