Shades of Summer Sky #3CCFF4
Tints of Summer Sky #3CCFF4
RGB
CMYK
RGB Variations
Color information
#3CCFF4 (or 0x3CCFF4) is known color: Summer Sky. HEX triplet: 3C, CF and F4. RGB value is (60,207,244). Sum of RGB (Red+Green+Blue) = 60+207+244=511 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.74% from 511); Green value is 207 (81.25% from 255 or 40.51% from 511); Blue value is 244 (95.70% from 255 or 47.75% from 511); Max value from RGB is 244 - color contains mainly: blue. Hex color #3CCFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCFF4 is #C3300B. Grayscale: #A6A6A6. Windows color (decimal): -12791820 or 16043836. OLE color: 16043836.
HSL color Cylindrical-coordinate representation of color #3CCFF4: hue angle of 192.07º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CCFF4 is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 60 | 207 | 244 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.04 |
| HSL | 192.07º | 0.89% | 0.6% | - |
| HSV(B) | 192.07º | 0.75% | 0.96% | - |
| XYZ | 40.51 | 52.12 | 93.51 | - |
| YUV | 167.27 | 171.3 | 51.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 207 | 244 | 0.75 | 0.15 | 0 | 0.04 | 192.07 | 0.89 | 0.6 |
| Hex | 3C | CF | F4 | 4B | F | 0 | 4 | C0 | 59 | 3C |
| Octal | 74 | 317 | 364 | 113 | 17 | 0 | 4 | 300 | 131 | 74 |
| Binary | 111100 | 11001111 | 11110100 | 1001011 | 1111 | 0 | 100 | 11000000 | 1011001 | 111100 |
Color Harmonies of #3CCFF4
Complementary color
Monochromatic Colors of #3CCFF4
Black with #3CCFF4
Text Example
Text Example
White with #3CCFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCFF4; }
p { color: rgb(60,207,244); }
H1.HeaderClassName
{
color: #3CCFF4;
}
.AnyTagClassName
{
color: #3CCFF4;
}
</style>
background-color css
<style>
a { background-color: #3CCFF4; }
a { background-color: rgb(60,207,244); }
div.DivClassName
{
background-color: #3CCFF4;
}
.BgClassName
{
background-color: #3CCFF4;
}
</style>
border-color css
<style>
span { border-color: #3CCFF4; }
span { border-color: rgb(60,207,244); }
td.TdClassName
{
border-color: #3CCFF4;
}
.TagClassName
{
border-color: #3CCFF4;
}
</style>