Shades of Summer Sky #3C99EF
Tints of Summer Sky #3C99EF
RGB
CMYK
RGB Variations
Color information
#3C99EF (or 0x3C99EF) is known color: Summer Sky. HEX triplet: 3C, 99 and EF. RGB value is (60,153,239). Sum of RGB (Red+Green+Blue) = 60+153+239=452 (59% of max value = 765). Red value is 60 (23.83% from 255 or 13.27% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #3C99EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C99EF is #C36610. Grayscale: #868686. Windows color (decimal): -12805649 or 15702332. OLE color: 15702332.
HSL color Cylindrical-coordinate representation of color #3C99EF: hue angle of 208.83º 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 #3C99EF is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 153 | 239 | - |
| CMYK | 0.75 | 0.36 | 0 | 0.06 |
| HSL | 208.83º | 0.85% | 0.59% | - |
| HSV(B) | 208.83º | 0.75% | 0.94% | - |
| XYZ | 28.83 | 29.98 | 85.93 | - |
| YUV | 135 | 186.69 | 74.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 239 | 0.75 | 0.36 | 0 | 0.06 | 208.83 | 0.85 | 0.59 |
| Hex | 3C | 99 | EF | 4B | 24 | 0 | 6 | D1 | 55 | 3B |
| Octal | 74 | 231 | 357 | 113 | 44 | 0 | 6 | 321 | 125 | 73 |
| Binary | 111100 | 10011001 | 11101111 | 1001011 | 100100 | 0 | 110 | 11010001 | 1010101 | 111011 |
Color Harmonies of #3C99EF
Complementary color
Monochromatic Colors of #3C99EF
Black with #3C99EF
Text Example
Text Example
White with #3C99EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C99EF; }
p { color: rgb(60,153,239); }
H1.HeaderClassName
{
color: #3C99EF;
}
.AnyTagClassName
{
color: #3C99EF;
}
</style>
background-color css
<style>
a { background-color: #3C99EF; }
a { background-color: rgb(60,153,239); }
div.DivClassName
{
background-color: #3C99EF;
}
.BgClassName
{
background-color: #3C99EF;
}
</style>
border-color css
<style>
span { border-color: #3C99EF; }
span { border-color: rgb(60,153,239); }
td.TdClassName
{
border-color: #3C99EF;
}
.TagClassName
{
border-color: #3C99EF;
}
</style>