Shades of Summer Sky #3CCEFF
Tints of Summer Sky #3CCEFF
RGB
CMYK
RGB Variations
Color information
#3CCEFF (or 0x3CCEFF) is known color: Summer Sky. HEX triplet: 3C, CE and FF. RGB value is (60,206,255). Sum of RGB (Red+Green+Blue) = 60+206+255=521 (69% of max value = 765). Red value is 60 (23.83% from 255 or 11.52% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CCEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCEFF is #C33100. Grayscale: #A7A7A7. Windows color (decimal): -12792065 or 16764476. OLE color: 16764476.
HSL color Cylindrical-coordinate representation of color #3CCEFF: hue angle of 195.08º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CCEFF is Cyan = 0.76, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 206 | 255 | - |
| CMYK | 0.76 | 0.19 | 0 | 0 |
| HSL | 195.08º | 1% | 0.62% | - |
| HSV(B) | 195.08º | 0.76% | 1% | - |
| XYZ | 41.98 | 52.32 | 102.49 | - |
| YUV | 167.93 | 177.13 | 51.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 255 | 0.76 | 0.19 | 0 | 0 | 195.08 | 1 | 0.62 |
| Hex | 3C | CE | FF | 4C | 13 | 0 | 0 | C3 | 64 | 3E |
| Octal | 74 | 316 | 377 | 114 | 23 | 0 | 0 | 303 | 144 | 76 |
| Binary | 111100 | 11001110 | 11111111 | 1001100 | 10011 | 0 | 0 | 11000011 | 1100100 | 111110 |
Color Harmonies of #3CCEFF
Complementary color
Monochromatic Colors of #3CCEFF
Black with #3CCEFF
Text Example
Text Example
White with #3CCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCEFF; }
p { color: rgb(60,206,255); }
H1.HeaderClassName
{
color: #3CCEFF;
}
.AnyTagClassName
{
color: #3CCEFF;
}
</style>
background-color css
<style>
a { background-color: #3CCEFF; }
a { background-color: rgb(60,206,255); }
div.DivClassName
{
background-color: #3CCEFF;
}
.BgClassName
{
background-color: #3CCEFF;
}
</style>
border-color css
<style>
span { border-color: #3CCEFF; }
span { border-color: rgb(60,206,255); }
td.TdClassName
{
border-color: #3CCEFF;
}
.TagClassName
{
border-color: #3CCEFF;
}
</style>