Shades of Summer Sky #3BC5DF
Tints of Summer Sky #3BC5DF
RGB
CMYK
RGB Variations
Color information
#3BC5DF (or 0x3BC5DF) is known color: Summer Sky. HEX triplet: 3B, C5 and DF. RGB value is (59,197,223). Sum of RGB (Red+Green+Blue) = 59+197+223=479 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.32% from 479); Green value is 197 (77.34% from 255 or 41.13% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #3BC5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC5DF is #C43A20. Grayscale: #9E9E9E. Windows color (decimal): -12859937 or 14665019. OLE color: 14665019.
HSL color Cylindrical-coordinate representation of color #3BC5DF: hue angle of 189.51º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BC5DF is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 59 | 197 | 223 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.13 |
| HSL | 189.51º | 0.72% | 0.55% | - |
| HSV(B) | 189.51º | 0.74% | 0.87% | - |
| XYZ | 35.09 | 46.19 | 76.88 | - |
| YUV | 158.7 | 164.28 | 56.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 197 | 223 | 0.74 | 0.12 | 0 | 0.13 | 189.51 | 0.72 | 0.55 |
| Hex | 3B | C5 | DF | 4A | C | 0 | D | BE | 48 | 37 |
| Octal | 73 | 305 | 337 | 112 | 14 | 0 | 15 | 276 | 110 | 67 |
| Binary | 111011 | 11000101 | 11011111 | 1001010 | 1100 | 0 | 1101 | 10111110 | 1001000 | 110111 |
Color Harmonies of #3BC5DF
Complementary color
Monochromatic Colors of #3BC5DF
Black with #3BC5DF
Text Example
Text Example
White with #3BC5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC5DF; }
p { color: rgb(59,197,223); }
H1.HeaderClassName
{
color: #3BC5DF;
}
.AnyTagClassName
{
color: #3BC5DF;
}
</style>
background-color css
<style>
a { background-color: #3BC5DF; }
a { background-color: rgb(59,197,223); }
div.DivClassName
{
background-color: #3BC5DF;
}
.BgClassName
{
background-color: #3BC5DF;
}
</style>
border-color css
<style>
span { border-color: #3BC5DF; }
span { border-color: rgb(59,197,223); }
td.TdClassName
{
border-color: #3BC5DF;
}
.TagClassName
{
border-color: #3BC5DF;
}
</style>