Shades of Summer Sky #35B2CA
Tints of Summer Sky #35B2CA
RGB
CMYK
RGB Variations
Color information
#35B2CA (or 0x35B2CA) is known color: Summer Sky. HEX triplet: 35, B2 and CA. RGB value is (53,178,202). Sum of RGB (Red+Green+Blue) = 53+178+202=433 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.24% from 433); Green value is 178 (69.92% from 255 or 41.11% from 433); Blue value is 202 (79.30% from 255 or 46.65% from 433); Max value from RGB is 202 - color contains mainly: blue. Hex color #35B2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35B2CA is #CA4D35. Grayscale: #8F8F8F. Windows color (decimal): -13258038 or 13283893. OLE color: 13283893.
HSL color Cylindrical-coordinate representation of color #35B2CA: hue angle of 189.66º 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 #35B2CA is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 178 | 202 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.21 |
| HSL | 189.66º | 0.58% | 0.5% | - |
| HSV(B) | 189.66º | 0.74% | 0.79% | - |
| XYZ | 28.05 | 36.86 | 61.51 | - |
| YUV | 143.36 | 161.09 | 63.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 178 | 202 | 0.74 | 0.12 | 0 | 0.21 | 189.66 | 0.58 | 0.5 |
| Hex | 35 | B2 | CA | 4A | C | 0 | 15 | BE | 3A | 32 |
| Octal | 65 | 262 | 312 | 112 | 14 | 0 | 25 | 276 | 72 | 62 |
| Binary | 110101 | 10110010 | 11001010 | 1001010 | 1100 | 0 | 10101 | 10111110 | 111010 | 110010 |
Color Harmonies of #35B2CA
Complementary color
Monochromatic Colors of #35B2CA
Black with #35B2CA
Text Example
Text Example
White with #35B2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35B2CA; }
p { color: rgb(53,178,202); }
H1.HeaderClassName
{
color: #35B2CA;
}
.AnyTagClassName
{
color: #35B2CA;
}
</style>
background-color css
<style>
a { background-color: #35B2CA; }
a { background-color: rgb(53,178,202); }
div.DivClassName
{
background-color: #35B2CA;
}
.BgClassName
{
background-color: #35B2CA;
}
</style>
border-color css
<style>
span { border-color: #35B2CA; }
span { border-color: rgb(53,178,202); }
td.TdClassName
{
border-color: #35B2CA;
}
.TagClassName
{
border-color: #35B2CA;
}
</style>