Shades of Summer Sky #3CCFEB
Tints of Summer Sky #3CCFEB
RGB
CMYK
RGB Variations
Color information
#3CCFEB (or 0x3CCFEB) is known color: Summer Sky. HEX triplet: 3C, CF and EB. RGB value is (60,207,235). Sum of RGB (Red+Green+Blue) = 60+207+235=502 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.95% from 502); Green value is 207 (81.25% from 255 or 41.24% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #3CCFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCFEB is #C33014. Grayscale: #A5A5A5. Windows color (decimal): -12791829 or 15454012. OLE color: 15454012.
HSL color Cylindrical-coordinate representation of color #3CCFEB: hue angle of 189.6º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CCFEB is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 60 | 207 | 235 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.08 |
| HSL | 189.6º | 0.81% | 0.58% | - |
| HSV(B) | 189.6º | 0.74% | 0.92% | - |
| XYZ | 39.17 | 51.58 | 86.49 | - |
| YUV | 166.24 | 166.8 | 52.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 235 | 0.74 | 0.12 | 0 | 0.08 | 189.6 | 0.81 | 0.58 |
| Hex | 3C | CF | EB | 4A | C | 0 | 8 | BE | 51 | 3A |
| Octal | 74 | 317 | 353 | 112 | 14 | 0 | 10 | 276 | 121 | 72 |
| Binary | 111100 | 11001111 | 11101011 | 1001010 | 1100 | 0 | 1000 | 10111110 | 1010001 | 111010 |
Color Harmonies of #3CCFEB
Complementary color
Monochromatic Colors of #3CCFEB
Black with #3CCFEB
Text Example
Text Example
White with #3CCFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFEB; }
p { color: rgb(60,207,235); }
H1.HeaderClassName
{
color: #3CCFEB;
}
.AnyTagClassName
{
color: #3CCFEB;
}
</style>
background-color css
<style>
a { background-color: #3CCFEB; }
a { background-color: rgb(60,207,235); }
div.DivClassName
{
background-color: #3CCFEB;
}
.BgClassName
{
background-color: #3CCFEB;
}
</style>
border-color css
<style>
span { border-color: #3CCFEB; }
span { border-color: rgb(60,207,235); }
td.TdClassName
{
border-color: #3CCFEB;
}
.TagClassName
{
border-color: #3CCFEB;
}
</style>