Shades of Summer Sky #35B7E5
Tints of Summer Sky #35B7E5
RGB
CMYK
RGB Variations
Color information
#35B7E5 (or 0x35B7E5) is known color: Summer Sky. HEX triplet: 35, B7 and E5. RGB value is (53,183,229). Sum of RGB (Red+Green+Blue) = 53+183+229=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #35B7E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B7E5 is #CA481A. Grayscale: #959595. Windows color (decimal): -13256731 or 15054645. OLE color: 15054645.
HSL color Cylindrical-coordinate representation of color #35B7E5: hue angle of 195.68º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #35B7E5 is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 183 | 229 | - |
| CMYK | 0.77 | 0.20 | 0 | 0.10 |
| HSL | 195.68º | 0.77% | 0.55% | - |
| HSV(B) | 195.68º | 0.77% | 0.9% | - |
| XYZ | 32.54 | 40.28 | 80.19 | - |
| YUV | 149.37 | 172.93 | 59.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 183 | 229 | 0.77 | 0.20 | 0 | 0.10 | 195.68 | 0.77 | 0.55 |
| Hex | 35 | B7 | E5 | 4D | 14 | 0 | A | C4 | 4D | 37 |
| Octal | 65 | 267 | 345 | 115 | 24 | 0 | 12 | 304 | 115 | 67 |
| Binary | 110101 | 10110111 | 11100101 | 1001101 | 10100 | 0 | 1010 | 11000100 | 1001101 | 110111 |
Color Harmonies of #35B7E5
Complementary color
Monochromatic Colors of #35B7E5
Black with #35B7E5
Text Example
Text Example
White with #35B7E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B7E5; }
p { color: rgb(53,183,229); }
H1.HeaderClassName
{
color: #35B7E5;
}
.AnyTagClassName
{
color: #35B7E5;
}
</style>
background-color css
<style>
a { background-color: #35B7E5; }
a { background-color: rgb(53,183,229); }
div.DivClassName
{
background-color: #35B7E5;
}
.BgClassName
{
background-color: #35B7E5;
}
</style>
border-color css
<style>
span { border-color: #35B7E5; }
span { border-color: rgb(53,183,229); }
td.TdClassName
{
border-color: #35B7E5;
}
.TagClassName
{
border-color: #35B7E5;
}
</style>