Shades of Summer Sky #35B0CA
Tints of Summer Sky #35B0CA
RGB
CMYK
RGB Variations
Color information
#35B0CA (or 0x35B0CA) is known color: Summer Sky. HEX triplet: 35, B0 and CA. RGB value is (53,176,202). Sum of RGB (Red+Green+Blue) = 53+176+202=431 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.30% from 431); Green value is 176 (69.14% from 255 or 40.84% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #35B0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35B0CA is #CA4F35. Grayscale: #8D8D8D. Windows color (decimal): -13258550 or 13283381. OLE color: 13283381.
HSL color Cylindrical-coordinate representation of color #35B0CA: hue angle of 190.47º 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 #35B0CA is Cyan = 0.74, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 176 | 202 | - |
| CMYK | 0.74 | 0.13 | 0 | 0.21 |
| HSL | 190.47º | 0.58% | 0.5% | - |
| HSV(B) | 190.47º | 0.74% | 0.79% | - |
| XYZ | 27.65 | 36.07 | 61.38 | - |
| YUV | 142.19 | 161.75 | 64.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 176 | 202 | 0.74 | 0.13 | 0 | 0.21 | 190.47 | 0.58 | 0.5 |
| Hex | 35 | B0 | CA | 4A | D | 0 | 15 | BE | 3A | 32 |
| Octal | 65 | 260 | 312 | 112 | 15 | 0 | 25 | 276 | 72 | 62 |
| Binary | 110101 | 10110000 | 11001010 | 1001010 | 1101 | 0 | 10101 | 10111110 | 111010 | 110010 |
Color Harmonies of #35B0CA
Complementary color
Monochromatic Colors of #35B0CA
Black with #35B0CA
Text Example
Text Example
White with #35B0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B0CA; }
p { color: rgb(53,176,202); }
H1.HeaderClassName
{
color: #35B0CA;
}
.AnyTagClassName
{
color: #35B0CA;
}
</style>
background-color css
<style>
a { background-color: #35B0CA; }
a { background-color: rgb(53,176,202); }
div.DivClassName
{
background-color: #35B0CA;
}
.BgClassName
{
background-color: #35B0CA;
}
</style>
border-color css
<style>
span { border-color: #35B0CA; }
span { border-color: rgb(53,176,202); }
td.TdClassName
{
border-color: #35B0CA;
}
.TagClassName
{
border-color: #35B0CA;
}
</style>