Shades of Summer Sky #35C8EF
Tints of Summer Sky #35C8EF
RGB
CMYK
RGB Variations
Color information
#35C8EF (or 0x35C8EF) is known color: Summer Sky. HEX triplet: 35, C8 and EF. RGB value is (53,200,239). Sum of RGB (Red+Green+Blue) = 53+200+239=492 (65% of max value = 765). Red value is 53 (21.09% from 255 or 10.77% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 239 (93.75% from 255 or 48.58% from 492); Max value from RGB is 239 - color contains mainly: blue. Hex color #35C8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #35C8EF is #CA3710. Grayscale: #A0A0A0. Windows color (decimal): -13252369 or 15714357. OLE color: 15714357.
HSL color Cylindrical-coordinate representation of color #35C8EF: hue angle of 192.58º 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 #35C8EF is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 53 | 200 | 239 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.06 |
| HSL | 192.58º | 0.85% | 0.57% | - |
| HSV(B) | 192.58º | 0.78% | 0.94% | - |
| XYZ | 37.7 | 48.3 | 89 | - |
| YUV | 160.49 | 172.3 | 51.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 200 | 239 | 0.78 | 0.16 | 0 | 0.06 | 192.58 | 0.85 | 0.57 |
| Hex | 35 | C8 | EF | 4E | 10 | 0 | 6 | C1 | 55 | 39 |
| Octal | 65 | 310 | 357 | 116 | 20 | 0 | 6 | 301 | 125 | 71 |
| Binary | 110101 | 11001000 | 11101111 | 1001110 | 10000 | 0 | 110 | 11000001 | 1010101 | 111001 |
Color Harmonies of #35C8EF
Complementary color
Monochromatic Colors of #35C8EF
Black with #35C8EF
Text Example
Text Example
White with #35C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35C8EF; }
p { color: rgb(53,200,239); }
H1.HeaderClassName
{
color: #35C8EF;
}
.AnyTagClassName
{
color: #35C8EF;
}
</style>
background-color css
<style>
a { background-color: #35C8EF; }
a { background-color: rgb(53,200,239); }
div.DivClassName
{
background-color: #35C8EF;
}
.BgClassName
{
background-color: #35C8EF;
}
</style>
border-color css
<style>
span { border-color: #35C8EF; }
span { border-color: rgb(53,200,239); }
td.TdClassName
{
border-color: #35C8EF;
}
.TagClassName
{
border-color: #35C8EF;
}
</style>