Shades of Summer Sky #3CBFD3
Tints of Summer Sky #3CBFD3
RGB
CMYK
RGB Variations
Color information
#3CBFD3 (or 0x3CBFD3) is known color: Summer Sky. HEX triplet: 3C, BF and D3. RGB value is (60,191,211). Sum of RGB (Red+Green+Blue) = 60+191+211=462 (61% of max value = 765). Red value is 60 (23.83% from 255 or 12.99% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #3CBFD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CBFD3 is #C3402C. Grayscale: #999999. Windows color (decimal): -12795949 or 13877052. OLE color: 13877052.
HSL color Cylindrical-coordinate representation of color #3CBFD3: hue angle of 187.95º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3CBFD3 is Cyan = 0.72, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 60 | 191 | 211 | - |
| CMYK | 0.72 | 0.09 | 0 | 0.17 |
| HSL | 187.95º | 0.63% | 0.53% | - |
| HSV(B) | 187.95º | 0.72% | 0.83% | - |
| XYZ | 32.25 | 42.93 | 68.21 | - |
| YUV | 154.11 | 160.1 | 60.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 191 | 211 | 0.72 | 0.09 | 0 | 0.17 | 187.95 | 0.63 | 0.53 |
| Hex | 3C | BF | D3 | 48 | 9 | 0 | 11 | BC | 3F | 35 |
| Octal | 74 | 277 | 323 | 110 | 11 | 0 | 21 | 274 | 77 | 65 |
| Binary | 111100 | 10111111 | 11010011 | 1001000 | 1001 | 0 | 10001 | 10111100 | 111111 | 110101 |
Color Harmonies of #3CBFD3
Complementary color
Monochromatic Colors of #3CBFD3
Black with #3CBFD3
Text Example
Text Example
White with #3CBFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBFD3; }
p { color: rgb(60,191,211); }
H1.HeaderClassName
{
color: #3CBFD3;
}
.AnyTagClassName
{
color: #3CBFD3;
}
</style>
background-color css
<style>
a { background-color: #3CBFD3; }
a { background-color: rgb(60,191,211); }
div.DivClassName
{
background-color: #3CBFD3;
}
.BgClassName
{
background-color: #3CBFD3;
}
</style>
border-color css
<style>
span { border-color: #3CBFD3; }
span { border-color: rgb(60,191,211); }
td.TdClassName
{
border-color: #3CBFD3;
}
.TagClassName
{
border-color: #3CBFD3;
}
</style>