Shades of Summer Sky #3CBFDF
Tints of Summer Sky #3CBFDF
RGB
CMYK
RGB Variations
Color information
#3CBFDF (or 0x3CBFDF) is known color: Summer Sky. HEX triplet: 3C, BF and DF. RGB value is (60,191,223). Sum of RGB (Red+Green+Blue) = 60+191+223=474 (62% of max value = 765). Red value is 60 (23.83% from 255 or 12.66% from 474); Green value is 191 (75% from 255 or 40.30% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 223 - color contains mainly: blue. Hex color #3CBFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBFDF is #C34020. Grayscale: #9B9B9B. Windows color (decimal): -12795937 or 14663484. OLE color: 14663484.
HSL color Cylindrical-coordinate representation of color #3CBFDF: hue angle of 191.78º 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 #3CBFDF is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 60 | 191 | 223 | - |
| CMYK | 0.73 | 0.14 | 0 | 0.13 |
| HSL | 191.78º | 0.72% | 0.55% | - |
| HSV(B) | 191.78º | 0.73% | 0.87% | - |
| XYZ | 33.81 | 43.55 | 76.44 | - |
| YUV | 155.48 | 166.1 | 59.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 223 | 0.73 | 0.14 | 0 | 0.13 | 191.78 | 0.72 | 0.55 |
| Hex | 3C | BF | DF | 49 | E | 0 | D | C0 | 48 | 37 |
| Octal | 74 | 277 | 337 | 111 | 16 | 0 | 15 | 300 | 110 | 67 |
| Binary | 111100 | 10111111 | 11011111 | 1001001 | 1110 | 0 | 1101 | 11000000 | 1001000 | 110111 |
Color Harmonies of #3CBFDF
Complementary color
Monochromatic Colors of #3CBFDF
Black with #3CBFDF
Text Example
Text Example
White with #3CBFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBFDF; }
p { color: rgb(60,191,223); }
H1.HeaderClassName
{
color: #3CBFDF;
}
.AnyTagClassName
{
color: #3CBFDF;
}
</style>
background-color css
<style>
a { background-color: #3CBFDF; }
a { background-color: rgb(60,191,223); }
div.DivClassName
{
background-color: #3CBFDF;
}
.BgClassName
{
background-color: #3CBFDF;
}
</style>
border-color css
<style>
span { border-color: #3CBFDF; }
span { border-color: rgb(60,191,223); }
td.TdClassName
{
border-color: #3CBFDF;
}
.TagClassName
{
border-color: #3CBFDF;
}
</style>