Shades of Summer Sky #3CBCFF
Tints of Summer Sky #3CBCFF
RGB
CMYK
RGB Variations
Color information
#3CBCFF (or 0x3CBCFF) is known color: Summer Sky. HEX triplet: 3C, BC and FF. RGB value is (60,188,255). Sum of RGB (Red+Green+Blue) = 60+188+255=503 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.93% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CBCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CBCFF is #C34300. Grayscale: #9C9C9C. Windows color (decimal): -12796673 or 16759868. OLE color: 16759868.
HSL color Cylindrical-coordinate representation of color #3CBCFF: hue angle of 200.62º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CBCFF is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 188 | 255 | - |
| CMYK | 0.76 | 0.26 | 0 | 0 |
| HSL | 200.62º | 1% | 0.62% | - |
| HSV(B) | 200.62º | 0.76% | 1% | - |
| XYZ | 37.9 | 44.15 | 101.13 | - |
| YUV | 157.37 | 183.09 | 58.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 188 | 255 | 0.76 | 0.26 | 0 | 0 | 200.62 | 1 | 0.62 |
| Hex | 3C | BC | FF | 4C | 1A | 0 | 0 | C9 | 64 | 3E |
| Octal | 74 | 274 | 377 | 114 | 32 | 0 | 0 | 311 | 144 | 76 |
| Binary | 111100 | 10111100 | 11111111 | 1001100 | 11010 | 0 | 0 | 11001001 | 1100100 | 111110 |
Color Harmonies of #3CBCFF
Complementary color
Monochromatic Colors of #3CBCFF
Black with #3CBCFF
Text Example
Text Example
White with #3CBCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBCFF; }
p { color: rgb(60,188,255); }
H1.HeaderClassName
{
color: #3CBCFF;
}
.AnyTagClassName
{
color: #3CBCFF;
}
</style>
background-color css
<style>
a { background-color: #3CBCFF; }
a { background-color: rgb(60,188,255); }
div.DivClassName
{
background-color: #3CBCFF;
}
.BgClassName
{
background-color: #3CBCFF;
}
</style>
border-color css
<style>
span { border-color: #3CBCFF; }
span { border-color: rgb(60,188,255); }
td.TdClassName
{
border-color: #3CBCFF;
}
.TagClassName
{
border-color: #3CBCFF;
}
</style>