Shades of Summer Sky #35BED1
Tints of Summer Sky #35BED1
RGB
CMYK
RGB Variations
Color information
#35BED1 (or 0x35BED1) is known color: Summer Sky. HEX triplet: 35, BE and D1. RGB value is (53,190,209). Sum of RGB (Red+Green+Blue) = 53+190+209=452 (59% of max value = 765). Red value is 53 (21.09% from 255 or 11.73% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #35BED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BED1 is #CA412E. Grayscale: #969696. Windows color (decimal): -13254959 or 13745717. OLE color: 13745717.
HSL color Cylindrical-coordinate representation of color #35BED1: hue angle of 187.31º degrees, saturation: 0.63, 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 #35BED1 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 190 | 209 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.18 |
| HSL | 187.31º | 0.63% | 0.51% | - |
| HSV(B) | 187.31º | 0.75% | 0.82% | - |
| XYZ | 31.39 | 42.19 | 66.81 | - |
| YUV | 151.2 | 160.61 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 190 | 209 | 0.75 | 0.09 | 0 | 0.18 | 187.31 | 0.63 | 0.51 |
| Hex | 35 | BE | D1 | 4B | 9 | 0 | 12 | BB | 3F | 33 |
| Octal | 65 | 276 | 321 | 113 | 11 | 0 | 22 | 273 | 77 | 63 |
| Binary | 110101 | 10111110 | 11010001 | 1001011 | 1001 | 0 | 10010 | 10111011 | 111111 | 110011 |
Color Harmonies of #35BED1
Complementary color
Monochromatic Colors of #35BED1
Black with #35BED1
Text Example
Text Example
White with #35BED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BED1; }
p { color: rgb(53,190,209); }
H1.HeaderClassName
{
color: #35BED1;
}
.AnyTagClassName
{
color: #35BED1;
}
</style>
background-color css
<style>
a { background-color: #35BED1; }
a { background-color: rgb(53,190,209); }
div.DivClassName
{
background-color: #35BED1;
}
.BgClassName
{
background-color: #35BED1;
}
</style>
border-color css
<style>
span { border-color: #35BED1; }
span { border-color: rgb(53,190,209); }
td.TdClassName
{
border-color: #35BED1;
}
.TagClassName
{
border-color: #35BED1;
}
</style>