Shades of Summer Sky #3CD8FF
Tints of Summer Sky #3CD8FF
RGB
CMYK
RGB Variations
Color information
#3CD8FF (or 0x3CD8FF) is known color: Summer Sky. HEX triplet: 3C, D8 and FF. RGB value is (60,216,255). Sum of RGB (Red+Green+Blue) = 60+216+255=531 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.30% from 531); Green value is 216 (84.77% from 255 or 40.68% from 531); Blue value is 255 (100% from 255 or 48.02% from 531); Max value from RGB is 255 - color contains mainly: blue. Hex color #3CD8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CD8FF is #C32700. Grayscale: #ADADAD. Windows color (decimal): -12789505 or 16767036. OLE color: 16767036.
HSL color Cylindrical-coordinate representation of color #3CD8FF: hue angle of 192º 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 #3CD8FF is Cyan = 0.76, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 60 | 216 | 255 | - |
| CMYK | 0.76 | 0.15 | 0 | 0 |
| HSL | 192º | 1% | 0.62% | - |
| HSV(B) | 192º | 0.76% | 1% | - |
| XYZ | 44.47 | 57.29 | 103.32 | - |
| YUV | 173.8 | 173.82 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 216 | 255 | 0.76 | 0.15 | 0 | 0 | 192 | 1 | 0.62 |
| Hex | 3C | D8 | FF | 4C | F | 0 | 0 | C0 | 64 | 3E |
| Octal | 74 | 330 | 377 | 114 | 17 | 0 | 0 | 300 | 144 | 76 |
| Binary | 111100 | 11011000 | 11111111 | 1001100 | 1111 | 0 | 0 | 11000000 | 1100100 | 111110 |
Color Harmonies of #3CD8FF
Complementary color
Monochromatic Colors of #3CD8FF
Black with #3CD8FF
Text Example
Text Example
White with #3CD8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CD8FF; }
p { color: rgb(60,216,255); }
H1.HeaderClassName
{
color: #3CD8FF;
}
.AnyTagClassName
{
color: #3CD8FF;
}
</style>
background-color css
<style>
a { background-color: #3CD8FF; }
a { background-color: rgb(60,216,255); }
div.DivClassName
{
background-color: #3CD8FF;
}
.BgClassName
{
background-color: #3CD8FF;
}
</style>
border-color css
<style>
span { border-color: #3CD8FF; }
span { border-color: rgb(60,216,255); }
td.TdClassName
{
border-color: #3CD8FF;
}
.TagClassName
{
border-color: #3CD8FF;
}
</style>