Shades of Summer Sky #35ADEF
Tints of Summer Sky #35ADEF
RGB
CMYK
RGB Variations
Color information
#35ADEF (or 0x35ADEF) is known color: Summer Sky. HEX triplet: 35, AD and EF. RGB value is (53,173,239). Sum of RGB (Red+Green+Blue) = 53+173+239=465 (61% of max value = 765). Red value is 53 (21.09% from 255 or 11.40% from 465); Green value is 173 (67.97% from 255 or 37.20% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #35ADEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #35ADEF is #CA5210. Grayscale: #909090. Windows color (decimal): -13259281 or 15707445. OLE color: 15707445.
HSL color Cylindrical-coordinate representation of color #35ADEF: hue angle of 201.29º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #35ADEF is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 173 | 239 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.06 |
| HSL | 201.29º | 0.85% | 0.57% | - |
| HSV(B) | 201.29º | 0.78% | 0.94% | - |
| XYZ | 31.99 | 36.88 | 87.09 | - |
| YUV | 144.64 | 181.24 | 62.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 173 | 239 | 0.78 | 0.28 | 0 | 0.06 | 201.29 | 0.85 | 0.57 |
| Hex | 35 | AD | EF | 4E | 1C | 0 | 6 | C9 | 55 | 39 |
| Octal | 65 | 255 | 357 | 116 | 34 | 0 | 6 | 311 | 125 | 71 |
| Binary | 110101 | 10101101 | 11101111 | 1001110 | 11100 | 0 | 110 | 11001001 | 1010101 | 111001 |
Color Harmonies of #35ADEF
Complementary color
Monochromatic Colors of #35ADEF
Black with #35ADEF
Text Example
Text Example
White with #35ADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35ADEF; }
p { color: rgb(53,173,239); }
H1.HeaderClassName
{
color: #35ADEF;
}
.AnyTagClassName
{
color: #35ADEF;
}
</style>
background-color css
<style>
a { background-color: #35ADEF; }
a { background-color: rgb(53,173,239); }
div.DivClassName
{
background-color: #35ADEF;
}
.BgClassName
{
background-color: #35ADEF;
}
</style>
border-color css
<style>
span { border-color: #35ADEF; }
span { border-color: rgb(53,173,239); }
td.TdClassName
{
border-color: #35ADEF;
}
.TagClassName
{
border-color: #35ADEF;
}
</style>