Shades of Pelorous #35A8BA
Tints of Pelorous #35A8BA
RGB
CMYK
RGB Variations
Color information
#35A8BA (or 0x35A8BA) is known color: Pelorous. HEX triplet: 35, A8 and BA. RGB value is (53,168,186). Sum of RGB (Red+Green+Blue) = 53+168+186=407 (53% of max value = 765). Red value is 53 (21.09% from 255 or 13.02% from 407); Green value is 168 (66.02% from 255 or 41.28% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #35A8BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A8BA is #CA5745. Grayscale: #878787. Windows color (decimal): -13260614 or 12232757. OLE color: 12232757.
HSL color Cylindrical-coordinate representation of color #35A8BA: hue angle of 188.12º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35A8BA is Cyan = 0.72, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 168 | 186 | - |
| CMYK | 0.72 | 0.10 | 0 | 0.27 |
| HSL | 188.12º | 0.56% | 0.47% | - |
| HSV(B) | 188.12º | 0.72% | 0.73% | - |
| XYZ | 24.33 | 32.31 | 51.41 | - |
| YUV | 135.67 | 156.4 | 69.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 168 | 186 | 0.72 | 0.10 | 0 | 0.27 | 188.12 | 0.56 | 0.47 |
| Hex | 35 | A8 | BA | 48 | A | 0 | 1B | BC | 38 | 2F |
| Octal | 65 | 250 | 272 | 110 | 12 | 0 | 33 | 274 | 70 | 57 |
| Binary | 110101 | 10101000 | 10111010 | 1001000 | 1010 | 0 | 11011 | 10111100 | 111000 | 101111 |
Color Harmonies of #35A8BA
Complementary color
Monochromatic Colors of #35A8BA
Black with #35A8BA
Text Example
Text Example
White with #35A8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A8BA; }
p { color: rgb(53,168,186); }
H1.HeaderClassName
{
color: #35A8BA;
}
.AnyTagClassName
{
color: #35A8BA;
}
</style>
background-color css
<style>
a { background-color: #35A8BA; }
a { background-color: rgb(53,168,186); }
div.DivClassName
{
background-color: #35A8BA;
}
.BgClassName
{
background-color: #35A8BA;
}
</style>
border-color css
<style>
span { border-color: #35A8BA; }
span { border-color: rgb(53,168,186); }
td.TdClassName
{
border-color: #35A8BA;
}
.TagClassName
{
border-color: #35A8BA;
}
</style>