Shades of Summer Sky #3CABE3
Tints of Summer Sky #3CABE3
RGB
CMYK
RGB Variations
Color information
#3CABE3 (or 0x3CABE3) is known color: Summer Sky. HEX triplet: 3C, AB and E3. RGB value is (60,171,227). Sum of RGB (Red+Green+Blue) = 60+171+227=458 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.10% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 227 (89.06% from 255 or 49.56% from 458); Max value from RGB is 227 - color contains mainly: blue. Hex color #3CABE3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CABE3 is #C3541C. Grayscale: #8F8F8F. Windows color (decimal): -12801053 or 14920508. OLE color: 14920508.
HSL color Cylindrical-coordinate representation of color #3CABE3: hue angle of 200.12º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CABE3 is Cyan = 0.74, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 171 | 227 | - |
| CMYK | 0.74 | 0.25 | 0 | 0.11 |
| HSL | 200.12º | 0.75% | 0.56% | - |
| HSV(B) | 200.12º | 0.74% | 0.89% | - |
| XYZ | 30.29 | 35.63 | 77.95 | - |
| YUV | 144.2 | 174.73 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 227 | 0.74 | 0.25 | 0 | 0.11 | 200.12 | 0.75 | 0.56 |
| Hex | 3C | AB | E3 | 4A | 19 | 0 | B | C8 | 4B | 38 |
| Octal | 74 | 253 | 343 | 112 | 31 | 0 | 13 | 310 | 113 | 70 |
| Binary | 111100 | 10101011 | 11100011 | 1001010 | 11001 | 0 | 1011 | 11001000 | 1001011 | 111000 |
Color Harmonies of #3CABE3
Complementary color
Monochromatic Colors of #3CABE3
Black with #3CABE3
Text Example
Text Example
White with #3CABE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CABE3; }
p { color: rgb(60,171,227); }
H1.HeaderClassName
{
color: #3CABE3;
}
.AnyTagClassName
{
color: #3CABE3;
}
</style>
background-color css
<style>
a { background-color: #3CABE3; }
a { background-color: rgb(60,171,227); }
div.DivClassName
{
background-color: #3CABE3;
}
.BgClassName
{
background-color: #3CABE3;
}
</style>
border-color css
<style>
span { border-color: #3CABE3; }
span { border-color: rgb(60,171,227); }
td.TdClassName
{
border-color: #3CABE3;
}
.TagClassName
{
border-color: #3CABE3;
}
</style>