Shades of Summer Sky #3CBFD1
Tints of Summer Sky #3CBFD1
RGB
CMYK
RGB Variations
Color information
#3CBFD1 (or 0x3CBFD1) is known color: Summer Sky. HEX triplet: 3C, BF and D1. RGB value is (60,191,209). Sum of RGB (Red+Green+Blue) = 60+191+209=460 (60% of max value = 765). Red value is 60 (23.83% from 255 or 13.04% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 209 - color contains mainly: blue. Hex color #3CBFD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBFD1 is #C3402E. Grayscale: #999999. Windows color (decimal): -12795951 or 13745980. OLE color: 13745980.
HSL color Cylindrical-coordinate representation of color #3CBFD1: hue angle of 187.25º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3CBFD1 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 60 | 191 | 209 | - |
| CMYK | 0.71 | 0.09 | 0 | 0.18 |
| HSL | 187.25º | 0.62% | 0.53% | - |
| HSV(B) | 187.25º | 0.71% | 0.82% | - |
| XYZ | 32 | 42.83 | 66.9 | - |
| YUV | 153.88 | 159.1 | 61.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 209 | 0.71 | 0.09 | 0 | 0.18 | 187.25 | 0.62 | 0.53 |
| Hex | 3C | BF | D1 | 47 | 9 | 0 | 12 | BB | 3E | 35 |
| Octal | 74 | 277 | 321 | 107 | 11 | 0 | 22 | 273 | 76 | 65 |
| Binary | 111100 | 10111111 | 11010001 | 1000111 | 1001 | 0 | 10010 | 10111011 | 111110 | 110101 |
Color Harmonies of #3CBFD1
Complementary color
Monochromatic Colors of #3CBFD1
Black with #3CBFD1
Text Example
Text Example
White with #3CBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBFD1; }
p { color: rgb(60,191,209); }
H1.HeaderClassName
{
color: #3CBFD1;
}
.AnyTagClassName
{
color: #3CBFD1;
}
</style>
background-color css
<style>
a { background-color: #3CBFD1; }
a { background-color: rgb(60,191,209); }
div.DivClassName
{
background-color: #3CBFD1;
}
.BgClassName
{
background-color: #3CBFD1;
}
</style>
border-color css
<style>
span { border-color: #3CBFD1; }
span { border-color: rgb(60,191,209); }
td.TdClassName
{
border-color: #3CBFD1;
}
.TagClassName
{
border-color: #3CBFD1;
}
</style>