Shades of Viking #35BDCA
Tints of Viking #35BDCA
RGB
CMYK
RGB Variations
Color information
#35BDCA (or 0x35BDCA) is known color: Viking. HEX triplet: 35, BD and CA. RGB value is (53,189,202). Sum of RGB (Red+Green+Blue) = 53+189+202=444 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.94% from 444); Green value is 189 (74.22% from 255 or 42.57% from 444); Blue value is 202 (79.30% from 255 or 45.50% from 444); Max value from RGB is 202 - color contains mainly: blue. Hex color #35BDCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BDCA is #CA4235. Grayscale: #959595. Windows color (decimal): -13255222 or 13286709. OLE color: 13286709.
HSL color Cylindrical-coordinate representation of color #35BDCA: hue angle of 185.23º 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 #35BDCA is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 53 | 189 | 202 | - |
| CMYK | 0.74 | 0.06 | 0 | 0.21 |
| HSL | 185.23º | 0.58% | 0.5% | - |
| HSV(B) | 185.23º | 0.74% | 0.79% | - |
| XYZ | 30.33 | 41.42 | 62.27 | - |
| YUV | 149.82 | 157.44 | 58.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 189 | 202 | 0.74 | 0.06 | 0 | 0.21 | 185.23 | 0.58 | 0.5 |
| Hex | 35 | BD | CA | 4A | 6 | 0 | 15 | B9 | 3A | 32 |
| Octal | 65 | 275 | 312 | 112 | 6 | 0 | 25 | 271 | 72 | 62 |
| Binary | 110101 | 10111101 | 11001010 | 1001010 | 110 | 0 | 10101 | 10111001 | 111010 | 110010 |
Color Harmonies of #35BDCA
Complementary color
Monochromatic Colors of #35BDCA
Black with #35BDCA
Text Example
Text Example
White with #35BDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35BDCA; }
p { color: rgb(53,189,202); }
H1.HeaderClassName
{
color: #35BDCA;
}
.AnyTagClassName
{
color: #35BDCA;
}
</style>
background-color css
<style>
a { background-color: #35BDCA; }
a { background-color: rgb(53,189,202); }
div.DivClassName
{
background-color: #35BDCA;
}
.BgClassName
{
background-color: #35BDCA;
}
</style>
border-color css
<style>
span { border-color: #35BDCA; }
span { border-color: rgb(53,189,202); }
td.TdClassName
{
border-color: #35BDCA;
}
.TagClassName
{
border-color: #35BDCA;
}
</style>