Shades of Summer Sky #35B9EF
Tints of Summer Sky #35B9EF
RGB
CMYK
RGB Variations
Color information
#35B9EF (or 0x35B9EF) is known color: Summer Sky. HEX triplet: 35, B9 and EF. RGB value is (53,185,239). Sum of RGB (Red+Green+Blue) = 53+185+239=477 (63% of max value = 765). Red value is 53 (21.09% from 255 or 11.11% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #35B9EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35B9EF is #CA4610. Grayscale: #979797. Windows color (decimal): -13256209 or 15710517. OLE color: 15710517.
HSL color Cylindrical-coordinate representation of color #35B9EF: hue angle of 197.42º 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 #35B9EF is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 185 | 239 | - |
| CMYK | 0.78 | 0.23 | 0 | 0.06 |
| HSL | 197.42º | 0.85% | 0.57% | - |
| HSV(B) | 197.42º | 0.78% | 0.94% | - |
| XYZ | 34.4 | 41.69 | 87.89 | - |
| YUV | 151.69 | 177.27 | 57.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 239 | 0.78 | 0.23 | 0 | 0.06 | 197.42 | 0.85 | 0.57 |
| Hex | 35 | B9 | EF | 4E | 17 | 0 | 6 | C5 | 55 | 39 |
| Octal | 65 | 271 | 357 | 116 | 27 | 0 | 6 | 305 | 125 | 71 |
| Binary | 110101 | 10111001 | 11101111 | 1001110 | 10111 | 0 | 110 | 11000101 | 1010101 | 111001 |
Color Harmonies of #35B9EF
Complementary color
Monochromatic Colors of #35B9EF
Black with #35B9EF
Text Example
Text Example
White with #35B9EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B9EF; }
p { color: rgb(53,185,239); }
H1.HeaderClassName
{
color: #35B9EF;
}
.AnyTagClassName
{
color: #35B9EF;
}
</style>
background-color css
<style>
a { background-color: #35B9EF; }
a { background-color: rgb(53,185,239); }
div.DivClassName
{
background-color: #35B9EF;
}
.BgClassName
{
background-color: #35B9EF;
}
</style>
border-color css
<style>
span { border-color: #35B9EF; }
span { border-color: rgb(53,185,239); }
td.TdClassName
{
border-color: #35B9EF;
}
.TagClassName
{
border-color: #35B9EF;
}
</style>