Shades of Summer Sky #35BCCD
Tints of Summer Sky #35BCCD
RGB
CMYK
RGB Variations
Color information
#35BCCD (or 0x35BCCD) is known color: Summer Sky. HEX triplet: 35, BC and CD. RGB value is (53,188,205). Sum of RGB (Red+Green+Blue) = 53+188+205=446 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.88% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 205 - color contains mainly: blue. Hex color #35BCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BCCD is #CA4332. Grayscale: #959595. Windows color (decimal): -13255475 or 13483061. OLE color: 13483061.
HSL color Cylindrical-coordinate representation of color #35BCCD: hue angle of 186.71º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35BCCD is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 53 | 188 | 205 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.20 |
| HSL | 186.71º | 0.6% | 0.51% | - |
| HSV(B) | 186.71º | 0.74% | 0.8% | - |
| XYZ | 30.47 | 41.13 | 64.09 | - |
| YUV | 149.57 | 159.27 | 59.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 188 | 205 | 0.74 | 0.08 | 0 | 0.20 | 186.71 | 0.6 | 0.51 |
| Hex | 35 | BC | CD | 4A | 8 | 0 | 14 | BB | 3C | 33 |
| Octal | 65 | 274 | 315 | 112 | 10 | 0 | 24 | 273 | 74 | 63 |
| Binary | 110101 | 10111100 | 11001101 | 1001010 | 1000 | 0 | 10100 | 10111011 | 111100 | 110011 |
Color Harmonies of #35BCCD
Complementary color
Monochromatic Colors of #35BCCD
Black with #35BCCD
Text Example
Text Example
White with #35BCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BCCD; }
p { color: rgb(53,188,205); }
H1.HeaderClassName
{
color: #35BCCD;
}
.AnyTagClassName
{
color: #35BCCD;
}
</style>
background-color css
<style>
a { background-color: #35BCCD; }
a { background-color: rgb(53,188,205); }
div.DivClassName
{
background-color: #35BCCD;
}
.BgClassName
{
background-color: #35BCCD;
}
</style>
border-color css
<style>
span { border-color: #35BCCD; }
span { border-color: rgb(53,188,205); }
td.TdClassName
{
border-color: #35BCCD;
}
.TagClassName
{
border-color: #35BCCD;
}
</style>