#35BDC9

Color #35BDC9 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #35BDC9

Tints of Viking #35BDC9

Color information

#35BDC9 (or 0x35BDC9) is unknown color: approx Viking. HEX triplet: 35, BD and C9. RGB value is (53,189,201). Sum of RGB (Red+Green+Blue) = 53+189+201=443 (58% of max value = 765). Red value is 53 (21.09% from 255 or 11.96% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 201 (78.91% from 255 or 45.37% from 443); Max value from RGB is 201 - color contains mainly: blue. Hex color #35BDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BDC9 is #CA4236. Grayscale: #959595. Windows color (decimal): -13255223 or 13221173. OLE color: 13221173.

HSL color Cylindrical-coordinate representation of color #35BDC9: hue angle of 184.86º 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 #35BDC9 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB53189201-
CMYK0.740.0600.21
HSL184.86º58.27%49.8%-
HSV(B)184.86º73.63%78.82%-
XYZ30.2141.3761.65-
YUV149.7156.9459.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 11.96%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 201 (78.91% from 255) = 45.37%
R=11.96%
G=42.66%
B=45.37%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531892010.740.0600.21184.8658.2749.8
Hex35BDC94A6015b93a32
Octal6527531111260252717262
Binary1101011011110111001001100101011001010110111001111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BDC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35BDC9; }

 p { color: rgb(53,189,201); }

 H1.HeaderClassName
 {
   color: #35BDC9;
 }
 .AnyTagClassName
 {
   color: #35BDC9;
 }
</style>
background-color css

<style>
 a { background-color: #35BDC9; }

 a { background-color: rgb(53,189,201); }

 div.DivClassName
 {
   background-color: #35BDC9;
 }
 .BgClassName
 {
   background-color: #35BDC9;
 }
</style>
border-color css

<style>
 span { border-color: #35BDC9; }

 span { border-color: rgb(53,189,201); }

 td.TdClassName
 {
   border-color: #35BDC9;
 }
 .TagClassName
 {
   border-color: #35BDC9;
 }
</style>