Shades of Summer Sky #35ADE5
Tints of Summer Sky #35ADE5
RGB
CMYK
RGB Variations
Color information
#35ADE5 (or 0x35ADE5) is known color: Summer Sky. HEX triplet: 35, AD and E5. RGB value is (53,173,229). Sum of RGB (Red+Green+Blue) = 53+173+229=455 (60% of max value = 765). Red value is 53 (21.09% from 255 or 11.65% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 229 (89.84% from 255 or 50.33% from 455); Max value from RGB is 229 - color contains mainly: blue. Hex color #35ADE5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ADE5 is #CA521A. Grayscale: #8F8F8F. Windows color (decimal): -13259291 or 15052085. OLE color: 15052085.
HSL color Cylindrical-coordinate representation of color #35ADE5: hue angle of 199.09º 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 #35ADE5 is Cyan = 0.77, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 53 | 173 | 229 | - |
| CMYK | 0.77 | 0.24 | 0 | 0.10 |
| HSL | 199.09º | 0.77% | 0.55% | - |
| HSV(B) | 199.09º | 0.77% | 0.9% | - |
| XYZ | 30.55 | 36.3 | 79.53 | - |
| YUV | 143.5 | 176.24 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 229 | 0.77 | 0.24 | 0 | 0.10 | 199.09 | 0.77 | 0.55 |
| Hex | 35 | AD | E5 | 4D | 18 | 0 | A | C7 | 4D | 37 |
| Octal | 65 | 255 | 345 | 115 | 30 | 0 | 12 | 307 | 115 | 67 |
| Binary | 110101 | 10101101 | 11100101 | 1001101 | 11000 | 0 | 1010 | 11000111 | 1001101 | 110111 |
Color Harmonies of #35ADE5
Complementary color
Monochromatic Colors of #35ADE5
Black with #35ADE5
Text Example
Text Example
White with #35ADE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ADE5; }
p { color: rgb(53,173,229); }
H1.HeaderClassName
{
color: #35ADE5;
}
.AnyTagClassName
{
color: #35ADE5;
}
</style>
background-color css
<style>
a { background-color: #35ADE5; }
a { background-color: rgb(53,173,229); }
div.DivClassName
{
background-color: #35ADE5;
}
.BgClassName
{
background-color: #35ADE5;
}
</style>
border-color css
<style>
span { border-color: #35ADE5; }
span { border-color: rgb(53,173,229); }
td.TdClassName
{
border-color: #35ADE5;
}
.TagClassName
{
border-color: #35ADE5;
}
</style>