Shades of Summer Sky #35B9CA
Tints of Summer Sky #35B9CA
RGB
CMYK
RGB Variations
Color information
#35B9CA (or 0x35B9CA) is known color: Summer Sky. HEX triplet: 35, B9 and CA. RGB value is (53,185,202). Sum of RGB (Red+Green+Blue) = 53+185+202=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #35B9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B9CA is #CA4635. Grayscale: #939393. Windows color (decimal): -13256246 or 13285685. OLE color: 13285685.
HSL color Cylindrical-coordinate representation of color #35B9CA: hue angle of 186.85º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #35B9CA is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 185 | 202 | - |
| CMYK | 0.74 | 0.08 | 0 | 0.21 |
| HSL | 186.85º | 0.58% | 0.5% | - |
| HSV(B) | 186.85º | 0.74% | 0.79% | - |
| XYZ | 29.48 | 39.72 | 61.99 | - |
| YUV | 147.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 185 | 202 | 0.74 | 0.08 | 0 | 0.21 | 186.85 | 0.58 | 0.5 |
| Hex | 35 | B9 | CA | 4A | 8 | 0 | 15 | BB | 3A | 32 |
| Octal | 65 | 271 | 312 | 112 | 10 | 0 | 25 | 273 | 72 | 62 |
| Binary | 110101 | 10111001 | 11001010 | 1001010 | 1000 | 0 | 10101 | 10111011 | 111010 | 110010 |
Color Harmonies of #35B9CA
Complementary color
Monochromatic Colors of #35B9CA
Black with #35B9CA
Text Example
Text Example
White with #35B9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B9CA; }
p { color: rgb(53,185,202); }
H1.HeaderClassName
{
color: #35B9CA;
}
.AnyTagClassName
{
color: #35B9CA;
}
</style>
background-color css
<style>
a { background-color: #35B9CA; }
a { background-color: rgb(53,185,202); }
div.DivClassName
{
background-color: #35B9CA;
}
.BgClassName
{
background-color: #35B9CA;
}
</style>
border-color css
<style>
span { border-color: #35B9CA; }
span { border-color: rgb(53,185,202); }
td.TdClassName
{
border-color: #35B9CA;
}
.TagClassName
{
border-color: #35B9CA;
}
</style>