Shades of Summer Sky #3CAFE4
Tints of Summer Sky #3CAFE4
RGB
CMYK
RGB Variations
Color information
#3CAFE4 (or 0x3CAFE4) is known color: Summer Sky. HEX triplet: 3C, AF and E4. RGB value is (60,175,228). Sum of RGB (Red+Green+Blue) = 60+175+228=463 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.96% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 228 (89.45% from 255 or 49.24% from 463); Max value from RGB is 228 - color contains mainly: blue. Hex color #3CAFE4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3CAFE4 is #C3501B. Grayscale: #929292. Windows color (decimal): -12800028 or 14987068. OLE color: 14987068.
HSL color Cylindrical-coordinate representation of color #3CAFE4: hue angle of 198.93º degrees, saturation: 0.76, 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 #3CAFE4 is Cyan = 0.74, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 60 | 175 | 228 | - |
| CMYK | 0.74 | 0.23 | 0 | 0.11 |
| HSL | 198.93º | 0.76% | 0.56% | - |
| HSV(B) | 198.93º | 0.74% | 0.89% | - |
| XYZ | 31.2 | 37.22 | 78.94 | - |
| YUV | 146.66 | 173.9 | 66.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 228 | 0.74 | 0.23 | 0 | 0.11 | 198.93 | 0.76 | 0.56 |
| Hex | 3C | AF | E4 | 4A | 17 | 0 | B | C7 | 4C | 38 |
| Octal | 74 | 257 | 344 | 112 | 27 | 0 | 13 | 307 | 114 | 70 |
| Binary | 111100 | 10101111 | 11100100 | 1001010 | 10111 | 0 | 1011 | 11000111 | 1001100 | 111000 |
Color Harmonies of #3CAFE4
Complementary color
Monochromatic Colors of #3CAFE4
Black with #3CAFE4
Text Example
Text Example
White with #3CAFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFE4; }
p { color: rgb(60,175,228); }
H1.HeaderClassName
{
color: #3CAFE4;
}
.AnyTagClassName
{
color: #3CAFE4;
}
</style>
background-color css
<style>
a { background-color: #3CAFE4; }
a { background-color: rgb(60,175,228); }
div.DivClassName
{
background-color: #3CAFE4;
}
.BgClassName
{
background-color: #3CAFE4;
}
</style>
border-color css
<style>
span { border-color: #3CAFE4; }
span { border-color: rgb(60,175,228); }
td.TdClassName
{
border-color: #3CAFE4;
}
.TagClassName
{
border-color: #3CAFE4;
}
</style>