Shades of Summer Sky #3CCCEF
Tints of Summer Sky #3CCCEF
RGB
CMYK
RGB Variations
Color information
#3CCCEF (or 0x3CCCEF) is known color: Summer Sky. HEX triplet: 3C, CC and EF. RGB value is (60,204,239). Sum of RGB (Red+Green+Blue) = 60+204+239=503 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.93% from 503); Green value is 204 (80.08% from 255 or 40.56% from 503); Blue value is 239 (93.75% from 255 or 47.51% from 503); Max value from RGB is 239 - color contains mainly: blue. Hex color #3CCCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCCEF is #C33310. Grayscale: #A4A4A4. Windows color (decimal): -12792593 or 15715388. OLE color: 15715388.
HSL color Cylindrical-coordinate representation of color #3CCCEF: hue angle of 191.73º 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 #3CCCEF is Cyan = 0.75, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 60 | 204 | 239 | - |
| CMYK | 0.75 | 0.15 | 0 | 0.06 |
| HSL | 191.73º | 0.85% | 0.59% | - |
| HSV(B) | 191.73º | 0.75% | 0.94% | - |
| XYZ | 39.04 | 50.38 | 89.33 | - |
| YUV | 164.93 | 169.79 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 204 | 239 | 0.75 | 0.15 | 0 | 0.06 | 191.73 | 0.85 | 0.59 |
| Hex | 3C | CC | EF | 4B | F | 0 | 6 | C0 | 55 | 3B |
| Octal | 74 | 314 | 357 | 113 | 17 | 0 | 6 | 300 | 125 | 73 |
| Binary | 111100 | 11001100 | 11101111 | 1001011 | 1111 | 0 | 110 | 11000000 | 1010101 | 111011 |
Color Harmonies of #3CCCEF
Complementary color
Monochromatic Colors of #3CCCEF
Black with #3CCCEF
Text Example
Text Example
White with #3CCCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCCEF; }
p { color: rgb(60,204,239); }
H1.HeaderClassName
{
color: #3CCCEF;
}
.AnyTagClassName
{
color: #3CCCEF;
}
</style>
background-color css
<style>
a { background-color: #3CCCEF; }
a { background-color: rgb(60,204,239); }
div.DivClassName
{
background-color: #3CCCEF;
}
.BgClassName
{
background-color: #3CCCEF;
}
</style>
border-color css
<style>
span { border-color: #3CCCEF; }
span { border-color: rgb(60,204,239); }
td.TdClassName
{
border-color: #3CCCEF;
}
.TagClassName
{
border-color: #3CCCEF;
}
</style>