Shades of Summer Sky #35B9CF
Tints of Summer Sky #35B9CF
RGB
CMYK
RGB Variations
Color information
#35B9CF (or 0x35B9CF) is known color: Summer Sky. HEX triplet: 35, B9 and CF. RGB value is (53,185,207). Sum of RGB (Red+Green+Blue) = 53+185+207=445 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.91% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #35B9CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B9CF is #CA4630. Grayscale: #939393. Windows color (decimal): -13256241 or 13613365. OLE color: 13613365.
HSL color Cylindrical-coordinate representation of color #35B9CF: hue angle of 188.57º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35B9CF is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 185 | 207 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.19 |
| HSL | 188.57º | 0.62% | 0.51% | - |
| HSV(B) | 188.57º | 0.74% | 0.81% | - |
| XYZ | 30.08 | 39.96 | 65.16 | - |
| YUV | 148.04 | 161.27 | 60.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 207 | 0.74 | 0.11 | 0 | 0.19 | 188.57 | 0.62 | 0.51 |
| Hex | 35 | B9 | CF | 4A | B | 0 | 13 | BD | 3E | 33 |
| Octal | 65 | 271 | 317 | 112 | 13 | 0 | 23 | 275 | 76 | 63 |
| Binary | 110101 | 10111001 | 11001111 | 1001010 | 1011 | 0 | 10011 | 10111101 | 111110 | 110011 |
Color Harmonies of #35B9CF
Complementary color
Monochromatic Colors of #35B9CF
Black with #35B9CF
Text Example
Text Example
White with #35B9CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B9CF; }
p { color: rgb(53,185,207); }
H1.HeaderClassName
{
color: #35B9CF;
}
.AnyTagClassName
{
color: #35B9CF;
}
</style>
background-color css
<style>
a { background-color: #35B9CF; }
a { background-color: rgb(53,185,207); }
div.DivClassName
{
background-color: #35B9CF;
}
.BgClassName
{
background-color: #35B9CF;
}
</style>
border-color css
<style>
span { border-color: #35B9CF; }
span { border-color: rgb(53,185,207); }
td.TdClassName
{
border-color: #35B9CF;
}
.TagClassName
{
border-color: #35B9CF;
}
</style>