#35b6c9

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

Shades of Viking #35B6C9

Tints of Viking #35B6C9

Color information

#35B6C9 (or 0x35B6C9) is unknown color: approx Viking. HEX triplet: 35, B6 and C9. RGB value is (53,182,201). Sum of RGB (Red+Green+Blue) = 53+182+201=436 (57% of max value = 765). Red value is 53 (21.09% from 255 or 12.16% from 436); Green value is 182 (71.48% from 255 or 41.74% from 436); Blue value is 201 (78.91% from 255 or 46.10% from 436); Max value from RGB is 201 - color contains mainly: blue. Hex color #35B6C9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35B6C9 is #CA4936. Grayscale: #919191. Windows color (decimal): -13257015 or 13219381. OLE color: 13219381.

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

Color convert

RGB53182201-
CMYK0.740.0900.21
HSL187.7º58.27%49.8%-
HSV(B)187.7º73.63%78.82%-
XYZ28.7438.4361.16-
YUV145.59159.2661.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.16%
GREEN value IS 182 (71.48% from 255) = 41.74%
BLUE value IS 201 (78.91% from 255) = 46.10%
R=12.16%
G=41.74%
B=46.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531822010.740.0900.21187.758.2749.8
Hex35B6C94A9015bc3a32
Octal65266311112110252747262
Binary11010110110110110010011001010100101010110111100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35b6c9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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