Shades of Summer Sky #3CB8DF
Tints of Summer Sky #3CB8DF
RGB
CMYK
RGB Variations
Color information
#3CB8DF (or 0x3CB8DF) is known color: Summer Sky. HEX triplet: 3C, B8 and DF. RGB value is (60,184,223). Sum of RGB (Red+Green+Blue) = 60+184+223=467 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.85% from 467); Green value is 184 (72.27% from 255 or 39.40% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CB8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CB8DF is #C34720. Grayscale: #979797. Windows color (decimal): -12797729 or 14661692. OLE color: 14661692.
HSL color Cylindrical-coordinate representation of color #3CB8DF: hue angle of 194.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3CB8DF is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 184 | 223 | - |
| CMYK | 0.73 | 0.17 | 0 | 0.13 |
| HSL | 194.36º | 0.72% | 0.55% | - |
| HSV(B) | 194.36º | 0.73% | 0.87% | - |
| XYZ | 32.32 | 40.57 | 75.94 | - |
| YUV | 151.37 | 168.42 | 62.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 184 | 223 | 0.73 | 0.17 | 0 | 0.13 | 194.36 | 0.72 | 0.55 |
| Hex | 3C | B8 | DF | 49 | 11 | 0 | D | C2 | 48 | 37 |
| Octal | 74 | 270 | 337 | 111 | 21 | 0 | 15 | 302 | 110 | 67 |
| Binary | 111100 | 10111000 | 11011111 | 1001001 | 10001 | 0 | 1101 | 11000010 | 1001000 | 110111 |
Color Harmonies of #3CB8DF
Complementary color
Monochromatic Colors of #3CB8DF
Black with #3CB8DF
Text Example
Text Example
White with #3CB8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB8DF; }
p { color: rgb(60,184,223); }
H1.HeaderClassName
{
color: #3CB8DF;
}
.AnyTagClassName
{
color: #3CB8DF;
}
</style>
background-color css
<style>
a { background-color: #3CB8DF; }
a { background-color: rgb(60,184,223); }
div.DivClassName
{
background-color: #3CB8DF;
}
.BgClassName
{
background-color: #3CB8DF;
}
</style>
border-color css
<style>
span { border-color: #3CB8DF; }
span { border-color: rgb(60,184,223); }
td.TdClassName
{
border-color: #3CB8DF;
}
.TagClassName
{
border-color: #3CB8DF;
}
</style>