Shades of Summer Sky #35BCDF
Tints of Summer Sky #35BCDF
RGB
CMYK
RGB Variations
Color information
#35BCDF (or 0x35BCDF) is known color: Summer Sky. HEX triplet: 35, BC and DF. RGB value is (53,188,223). Sum of RGB (Red+Green+Blue) = 53+188+223=464 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.42% from 464); Green value is 188 (73.83% from 255 or 40.52% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #35BCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BCDF is #CA4320. Grayscale: #979797. Windows color (decimal): -13255457 or 14662709. OLE color: 14662709.
HSL color Cylindrical-coordinate representation of color #35BCDF: hue angle of 192.35º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #35BCDF is Cyan = 0.76, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 53 | 188 | 223 | - |
| CMYK | 0.76 | 0.16 | 0 | 0.13 |
| HSL | 192.35º | 0.73% | 0.54% | - |
| HSV(B) | 192.35º | 0.76% | 0.87% | - |
| XYZ | 32.77 | 42.05 | 76.2 | - |
| YUV | 151.63 | 168.27 | 57.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 188 | 223 | 0.76 | 0.16 | 0 | 0.13 | 192.35 | 0.73 | 0.54 |
| Hex | 35 | BC | DF | 4C | 10 | 0 | D | C0 | 49 | 36 |
| Octal | 65 | 274 | 337 | 114 | 20 | 0 | 15 | 300 | 111 | 66 |
| Binary | 110101 | 10111100 | 11011111 | 1001100 | 10000 | 0 | 1101 | 11000000 | 1001001 | 110110 |
Color Harmonies of #35BCDF
Complementary color
Monochromatic Colors of #35BCDF
Black with #35BCDF
Text Example
Text Example
White with #35BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BCDF; }
p { color: rgb(53,188,223); }
H1.HeaderClassName
{
color: #35BCDF;
}
.AnyTagClassName
{
color: #35BCDF;
}
</style>
background-color css
<style>
a { background-color: #35BCDF; }
a { background-color: rgb(53,188,223); }
div.DivClassName
{
background-color: #35BCDF;
}
.BgClassName
{
background-color: #35BCDF;
}
</style>
border-color css
<style>
span { border-color: #35BCDF; }
span { border-color: rgb(53,188,223); }
td.TdClassName
{
border-color: #35BCDF;
}
.TagClassName
{
border-color: #35BCDF;
}
</style>