Shades of Summer Sky #35C8E5
Tints of Summer Sky #35C8E5
RGB
CMYK
RGB Variations
Color information
#35C8E5 (or 0x35C8E5) is known color: Summer Sky. HEX triplet: 35, C8 and E5. RGB value is (53,200,229). Sum of RGB (Red+Green+Blue) = 53+200+229=482 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.00% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #35C8E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35C8E5 is #CA371A. Grayscale: #9F9F9F. Windows color (decimal): -13252379 or 15058997. OLE color: 15058997.
HSL color Cylindrical-coordinate representation of color #35C8E5: hue angle of 189.89º 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 #35C8E5 is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 200 | 229 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.10 |
| HSL | 189.89º | 0.77% | 0.55% | - |
| HSV(B) | 189.89º | 0.77% | 0.9% | - |
| XYZ | 36.27 | 47.72 | 81.43 | - |
| YUV | 159.35 | 167.3 | 52.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 229 | 0.77 | 0.13 | 0 | 0.10 | 189.89 | 0.77 | 0.55 |
| Hex | 35 | C8 | E5 | 4D | D | 0 | A | BE | 4D | 37 |
| Octal | 65 | 310 | 345 | 115 | 15 | 0 | 12 | 276 | 115 | 67 |
| Binary | 110101 | 11001000 | 11100101 | 1001101 | 1101 | 0 | 1010 | 10111110 | 1001101 | 110111 |
Color Harmonies of #35C8E5
Complementary color
Monochromatic Colors of #35C8E5
Black with #35C8E5
Text Example
Text Example
White with #35C8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C8E5; }
p { color: rgb(53,200,229); }
H1.HeaderClassName
{
color: #35C8E5;
}
.AnyTagClassName
{
color: #35C8E5;
}
</style>
background-color css
<style>
a { background-color: #35C8E5; }
a { background-color: rgb(53,200,229); }
div.DivClassName
{
background-color: #35C8E5;
}
.BgClassName
{
background-color: #35C8E5;
}
</style>
border-color css
<style>
span { border-color: #35C8E5; }
span { border-color: rgb(53,200,229); }
td.TdClassName
{
border-color: #35C8E5;
}
.TagClassName
{
border-color: #35C8E5;
}
</style>