Shades of Summer Sky #3CCEF8
Tints of Summer Sky #3CCEF8
RGB
CMYK
RGB Variations
Color information
#3CCEF8 (or 0x3CCEF8) is known color: Summer Sky. HEX triplet: 3C, CE and F8. RGB value is (60,206,248). Sum of RGB (Red+Green+Blue) = 60+206+248=514 (68% of max value = 765). Red value is 60 (23.83% from 255 or 11.67% from 514); Green value is 206 (80.86% from 255 or 40.08% from 514); Blue value is 248 (97.27% from 255 or 48.25% from 514); Max value from RGB is 248 - color contains mainly: blue. Hex color #3CCEF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CCEF8 is #C33107. Grayscale: #A6A6A6. Windows color (decimal): -12792072 or 16305724. OLE color: 16305724.
HSL color Cylindrical-coordinate representation of color #3CCEF8: hue angle of 193.4º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CCEF8 is Cyan = 0.76, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 206 | 248 | - |
| CMYK | 0.76 | 0.17 | 0 | 0.03 |
| HSL | 193.4º | 0.93% | 0.6% | - |
| HSV(B) | 193.4º | 0.76% | 0.97% | - |
| XYZ | 40.88 | 51.88 | 96.67 | - |
| YUV | 167.13 | 173.63 | 51.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 206 | 248 | 0.76 | 0.17 | 0 | 0.03 | 193.4 | 0.93 | 0.6 |
| Hex | 3C | CE | F8 | 4C | 11 | 0 | 3 | C1 | 5D | 3C |
| Octal | 74 | 316 | 370 | 114 | 21 | 0 | 3 | 301 | 135 | 74 |
| Binary | 111100 | 11001110 | 11111000 | 1001100 | 10001 | 0 | 11 | 11000001 | 1011101 | 111100 |
Color Harmonies of #3CCEF8
Complementary color
Monochromatic Colors of #3CCEF8
Black with #3CCEF8
Text Example
Text Example
White with #3CCEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CCEF8; }
p { color: rgb(60,206,248); }
H1.HeaderClassName
{
color: #3CCEF8;
}
.AnyTagClassName
{
color: #3CCEF8;
}
</style>
background-color css
<style>
a { background-color: #3CCEF8; }
a { background-color: rgb(60,206,248); }
div.DivClassName
{
background-color: #3CCEF8;
}
.BgClassName
{
background-color: #3CCEF8;
}
</style>
border-color css
<style>
span { border-color: #3CCEF8; }
span { border-color: rgb(60,206,248); }
td.TdClassName
{
border-color: #3CCEF8;
}
.TagClassName
{
border-color: #3CCEF8;
}
</style>