Shades of Summer Sky #35BDD0
Tints of Summer Sky #35BDD0
RGB
CMYK
RGB Variations
Color information
#35BDD0 (or 0x35BDD0) is known color: Summer Sky. HEX triplet: 35, BD and D0. RGB value is (53,189,208). Sum of RGB (Red+Green+Blue) = 53+189+208=450 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.78% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 208 (81.64% from 255 or 46.22% from 450); Max value from RGB is 208 - color contains mainly: blue. Hex color #35BDD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BDD0 is #CA422F. Grayscale: #969696. Windows color (decimal): -13255216 or 13679925. OLE color: 13679925.
HSL color Cylindrical-coordinate representation of color #35BDD0: hue angle of 187.35º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35BDD0 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 189 | 208 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.18 |
| HSL | 187.35º | 0.62% | 0.51% | - |
| HSV(B) | 187.35º | 0.75% | 0.82% | - |
| XYZ | 31.05 | 41.71 | 66.09 | - |
| YUV | 150.5 | 160.44 | 58.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 189 | 208 | 0.75 | 0.09 | 0 | 0.18 | 187.35 | 0.62 | 0.51 |
| Hex | 35 | BD | D0 | 4B | 9 | 0 | 12 | BB | 3E | 33 |
| Octal | 65 | 275 | 320 | 113 | 11 | 0 | 22 | 273 | 76 | 63 |
| Binary | 110101 | 10111101 | 11010000 | 1001011 | 1001 | 0 | 10010 | 10111011 | 111110 | 110011 |
Color Harmonies of #35BDD0
Complementary color
Monochromatic Colors of #35BDD0
Black with #35BDD0
Text Example
Text Example
White with #35BDD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BDD0; }
p { color: rgb(53,189,208); }
H1.HeaderClassName
{
color: #35BDD0;
}
.AnyTagClassName
{
color: #35BDD0;
}
</style>
background-color css
<style>
a { background-color: #35BDD0; }
a { background-color: rgb(53,189,208); }
div.DivClassName
{
background-color: #35BDD0;
}
.BgClassName
{
background-color: #35BDD0;
}
</style>
border-color css
<style>
span { border-color: #35BDD0; }
span { border-color: rgb(53,189,208); }
td.TdClassName
{
border-color: #35BDD0;
}
.TagClassName
{
border-color: #35BDD0;
}
</style>