Shades of Pelorous #35A8BC
Tints of Pelorous #35A8BC
RGB
CMYK
RGB Variations
Color information
#35A8BC (or 0x35A8BC) is known color: Pelorous. HEX triplet: 35, A8 and BC. RGB value is (53,168,188). Sum of RGB (Red+Green+Blue) = 53+168+188=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #35A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35A8BC is #CA5743. Grayscale: #878787. Windows color (decimal): -13260612 or 12363829. OLE color: 12363829.
HSL color Cylindrical-coordinate representation of color #35A8BC: hue angle of 188.89º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35A8BC is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 168 | 188 | - |
| CMYK | 0.72 | 0.11 | 0 | 0.26 |
| HSL | 188.89º | 0.56% | 0.47% | - |
| HSV(B) | 188.89º | 0.72% | 0.74% | - |
| XYZ | 24.55 | 32.39 | 52.54 | - |
| YUV | 135.9 | 157.4 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 168 | 188 | 0.72 | 0.11 | 0 | 0.26 | 188.89 | 0.56 | 0.47 |
| Hex | 35 | A8 | BC | 48 | B | 0 | 1A | BD | 38 | 2F |
| Octal | 65 | 250 | 274 | 110 | 13 | 0 | 32 | 275 | 70 | 57 |
| Binary | 110101 | 10101000 | 10111100 | 1001000 | 1011 | 0 | 11010 | 10111101 | 111000 | 101111 |
Color Harmonies of #35A8BC
Complementary color
Monochromatic Colors of #35A8BC
Black with #35A8BC
Text Example
Text Example
White with #35A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35A8BC; }
p { color: rgb(53,168,188); }
H1.HeaderClassName
{
color: #35A8BC;
}
.AnyTagClassName
{
color: #35A8BC;
}
</style>
background-color css
<style>
a { background-color: #35A8BC; }
a { background-color: rgb(53,168,188); }
div.DivClassName
{
background-color: #35A8BC;
}
.BgClassName
{
background-color: #35A8BC;
}
</style>
border-color css
<style>
span { border-color: #35A8BC; }
span { border-color: rgb(53,168,188); }
td.TdClassName
{
border-color: #35A8BC;
}
.TagClassName
{
border-color: #35A8BC;
}
</style>