Shades of Summer Sky #3CAFED
Tints of Summer Sky #3CAFED
RGB
CMYK
RGB Variations
Color information
#3CAFED (or 0x3CAFED) is known color: Summer Sky. HEX triplet: 3C, AF and ED. RGB value is (60,175,237). Sum of RGB (Red+Green+Blue) = 60+175+237=472 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.71% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #3CAFED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAFED is #C35012. Grayscale: #939393. Windows color (decimal): -12800019 or 15576892. OLE color: 15576892.
HSL color Cylindrical-coordinate representation of color #3CAFED: hue angle of 201.02º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CAFED is Cyan = 0.75, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 60 | 175 | 237 | - |
| CMYK | 0.75 | 0.26 | 0 | 0.07 |
| HSL | 201.02º | 0.83% | 0.58% | - |
| HSV(B) | 201.02º | 0.75% | 0.93% | - |
| XYZ | 32.48 | 37.74 | 85.69 | - |
| YUV | 147.68 | 178.4 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 237 | 0.75 | 0.26 | 0 | 0.07 | 201.02 | 0.83 | 0.58 |
| Hex | 3C | AF | ED | 4B | 1A | 0 | 7 | C9 | 53 | 3A |
| Octal | 74 | 257 | 355 | 113 | 32 | 0 | 7 | 311 | 123 | 72 |
| Binary | 111100 | 10101111 | 11101101 | 1001011 | 11010 | 0 | 111 | 11001001 | 1010011 | 111010 |
Color Harmonies of #3CAFED
Complementary color
Monochromatic Colors of #3CAFED
Black with #3CAFED
Text Example
Text Example
White with #3CAFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFED; }
p { color: rgb(60,175,237); }
H1.HeaderClassName
{
color: #3CAFED;
}
.AnyTagClassName
{
color: #3CAFED;
}
</style>
background-color css
<style>
a { background-color: #3CAFED; }
a { background-color: rgb(60,175,237); }
div.DivClassName
{
background-color: #3CAFED;
}
.BgClassName
{
background-color: #3CAFED;
}
</style>
border-color css
<style>
span { border-color: #3CAFED; }
span { border-color: rgb(60,175,237); }
td.TdClassName
{
border-color: #3CAFED;
}
.TagClassName
{
border-color: #3CAFED;
}
</style>