Shades of Summer Sky #3CAFEF
Tints of Summer Sky #3CAFEF
RGB
CMYK
RGB Variations
Color information
#3CAFEF (or 0x3CAFEF) is known color: Summer Sky. HEX triplet: 3C, AF and EF. RGB value is (60,175,239). Sum of RGB (Red+Green+Blue) = 60+175+239=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 175 (68.75% from 255 or 36.92% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CAFEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3CAFEF is #C35010. Grayscale: #939393. Windows color (decimal): -12800017 or 15707964. OLE color: 15707964.
HSL color Cylindrical-coordinate representation of color #3CAFEF: hue angle of 201.45º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CAFEF is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 175 | 239 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.06 |
| HSL | 201.45º | 0.85% | 0.59% | - |
| HSV(B) | 201.45º | 0.75% | 0.94% | - |
| XYZ | 32.77 | 37.85 | 87.24 | - |
| YUV | 147.91 | 179.4 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 239 | 0.75 | 0.27 | 0 | 0.06 | 201.45 | 0.85 | 0.59 |
| Hex | 3C | AF | EF | 4B | 1B | 0 | 6 | C9 | 55 | 3B |
| Octal | 74 | 257 | 357 | 113 | 33 | 0 | 6 | 311 | 125 | 73 |
| Binary | 111100 | 10101111 | 11101111 | 1001011 | 11011 | 0 | 110 | 11001001 | 1010101 | 111011 |
Color Harmonies of #3CAFEF
Complementary color
Monochromatic Colors of #3CAFEF
Black with #3CAFEF
Text Example
Text Example
White with #3CAFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAFEF; }
p { color: rgb(60,175,239); }
H1.HeaderClassName
{
color: #3CAFEF;
}
.AnyTagClassName
{
color: #3CAFEF;
}
</style>
background-color css
<style>
a { background-color: #3CAFEF; }
a { background-color: rgb(60,175,239); }
div.DivClassName
{
background-color: #3CAFEF;
}
.BgClassName
{
background-color: #3CAFEF;
}
</style>
border-color css
<style>
span { border-color: #3CAFEF; }
span { border-color: rgb(60,175,239); }
td.TdClassName
{
border-color: #3CAFEF;
}
.TagClassName
{
border-color: #3CAFEF;
}
</style>