Shades of Summer Sky #3CABEB
Tints of Summer Sky #3CABEB
RGB
CMYK
RGB Variations
Color information
#3CABEB (or 0x3CABEB) is known color: Summer Sky. HEX triplet: 3C, AB and EB. RGB value is (60,171,235). Sum of RGB (Red+Green+Blue) = 60+171+235=466 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.88% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #3CABEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CABEB is #C35414. Grayscale: #909090. Windows color (decimal): -12801045 or 15444796. OLE color: 15444796.
HSL color Cylindrical-coordinate representation of color #3CABEB: hue angle of 201.94º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CABEB is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 171 | 235 | - |
| CMYK | 0.74 | 0.27 | 0 | 0.08 |
| HSL | 201.94º | 0.81% | 0.58% | - |
| HSV(B) | 201.94º | 0.74% | 0.92% | - |
| XYZ | 31.42 | 36.08 | 83.91 | - |
| YUV | 145.11 | 178.73 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 235 | 0.74 | 0.27 | 0 | 0.08 | 201.94 | 0.81 | 0.58 |
| Hex | 3C | AB | EB | 4A | 1B | 0 | 8 | CA | 51 | 3A |
| Octal | 74 | 253 | 353 | 112 | 33 | 0 | 10 | 312 | 121 | 72 |
| Binary | 111100 | 10101011 | 11101011 | 1001010 | 11011 | 0 | 1000 | 11001010 | 1010001 | 111010 |
Color Harmonies of #3CABEB
Complementary color
Monochromatic Colors of #3CABEB
Black with #3CABEB
Text Example
Text Example
White with #3CABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CABEB; }
p { color: rgb(60,171,235); }
H1.HeaderClassName
{
color: #3CABEB;
}
.AnyTagClassName
{
color: #3CABEB;
}
</style>
background-color css
<style>
a { background-color: #3CABEB; }
a { background-color: rgb(60,171,235); }
div.DivClassName
{
background-color: #3CABEB;
}
.BgClassName
{
background-color: #3CABEB;
}
</style>
border-color css
<style>
span { border-color: #3CABEB; }
span { border-color: rgb(60,171,235); }
td.TdClassName
{
border-color: #3CABEB;
}
.TagClassName
{
border-color: #3CABEB;
}
</style>