Shades of Summer Sky #3CC0FD
Tints of Summer Sky #3CC0FD
RGB
CMYK
RGB Variations
Color information
#3CC0FD (or 0x3CC0FD) is known color: Summer Sky. HEX triplet: 3C, C0 and FD. RGB value is (60,192,253). Sum of RGB (Red+Green+Blue) = 60+192+253=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 253 (99.22% from 255 or 50.10% from 505); Max value from RGB is 253 - color contains mainly: blue. Hex color #3CC0FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CC0FD is #C33F02. Grayscale: #9F9F9F. Windows color (decimal): -12795651 or 16629820. OLE color: 16629820.
HSL color Cylindrical-coordinate representation of color #3CC0FD: hue angle of 198.96º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CC0FD is Cyan = 0.76, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 60 | 192 | 253 | - |
| CMYK | 0.76 | 0.24 | 0 | 0.01 |
| HSL | 198.96º | 0.98% | 0.61% | - |
| HSV(B) | 198.96º | 0.76% | 0.99% | - |
| XYZ | 38.44 | 45.75 | 99.73 | - |
| YUV | 159.49 | 180.77 | 57.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 192 | 253 | 0.76 | 0.24 | 0 | 0.01 | 198.96 | 0.98 | 0.61 |
| Hex | 3C | C0 | FD | 4C | 18 | 0 | 1 | C7 | 62 | 3D |
| Octal | 74 | 300 | 375 | 114 | 30 | 0 | 1 | 307 | 142 | 75 |
| Binary | 111100 | 11000000 | 11111101 | 1001100 | 11000 | 0 | 1 | 11000111 | 1100010 | 111101 |
Color Harmonies of #3CC0FD
Complementary color
Monochromatic Colors of #3CC0FD
Black with #3CC0FD
Text Example
Text Example
White with #3CC0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CC0FD; }
p { color: rgb(60,192,253); }
H1.HeaderClassName
{
color: #3CC0FD;
}
.AnyTagClassName
{
color: #3CC0FD;
}
</style>
background-color css
<style>
a { background-color: #3CC0FD; }
a { background-color: rgb(60,192,253); }
div.DivClassName
{
background-color: #3CC0FD;
}
.BgClassName
{
background-color: #3CC0FD;
}
</style>
border-color css
<style>
span { border-color: #3CC0FD; }
span { border-color: rgb(60,192,253); }
td.TdClassName
{
border-color: #3CC0FD;
}
.TagClassName
{
border-color: #3CC0FD;
}
</style>