Shades of Summer Sky #35BCD9
Tints of Summer Sky #35BCD9
RGB
CMYK
RGB Variations
Color information
#35BCD9 (or 0x35BCD9) is known color: Summer Sky. HEX triplet: 35, BC and D9. RGB value is (53,188,217). Sum of RGB (Red+Green+Blue) = 53+188+217=458 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.57% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #35BCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BCD9 is #CA4326. Grayscale: #969696. Windows color (decimal): -13255463 or 14269493. OLE color: 14269493.
HSL color Cylindrical-coordinate representation of color #35BCD9: hue angle of 190.61º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35BCD9 is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 53 | 188 | 217 | - |
| CMYK | 0.76 | 0.13 | 0 | 0.15 |
| HSL | 190.61º | 0.68% | 0.53% | - |
| HSV(B) | 190.61º | 0.76% | 0.85% | - |
| XYZ | 31.98 | 41.73 | 72.02 | - |
| YUV | 150.94 | 165.27 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 188 | 217 | 0.76 | 0.13 | 0 | 0.15 | 190.61 | 0.68 | 0.53 |
| Hex | 35 | BC | D9 | 4C | D | 0 | F | BF | 44 | 35 |
| Octal | 65 | 274 | 331 | 114 | 15 | 0 | 17 | 277 | 104 | 65 |
| Binary | 110101 | 10111100 | 11011001 | 1001100 | 1101 | 0 | 1111 | 10111111 | 1000100 | 110101 |
Color Harmonies of #35BCD9
Complementary color
Monochromatic Colors of #35BCD9
Black with #35BCD9
Text Example
Text Example
White with #35BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BCD9; }
p { color: rgb(53,188,217); }
H1.HeaderClassName
{
color: #35BCD9;
}
.AnyTagClassName
{
color: #35BCD9;
}
</style>
background-color css
<style>
a { background-color: #35BCD9; }
a { background-color: rgb(53,188,217); }
div.DivClassName
{
background-color: #35BCD9;
}
.BgClassName
{
background-color: #35BCD9;
}
</style>
border-color css
<style>
span { border-color: #35BCD9; }
span { border-color: rgb(53,188,217); }
td.TdClassName
{
border-color: #35BCD9;
}
.TagClassName
{
border-color: #35BCD9;
}
</style>