#35BAC9

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

Shades of Viking #35BAC9

Tints of Viking #35BAC9

Color information

#35BAC9 (or 0x35BAC9) is unknown color: approx Viking. HEX triplet: 35, BA and C9. RGB value is (53,186,201). Sum of RGB (Red+Green+Blue) = 53+186+201=440 (58% of max value = 765). Red value is 53 (21.09% from 255 or 12.05% from 440); Green value is 186 (73.05% from 255 or 42.27% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #35BAC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #35BAC9 is #CA4536. Grayscale: #939393. Windows color (decimal): -13255991 or 13220405. OLE color: 13220405.

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

Color convert

RGB53186201-
CMYK0.740.0700.21
HSL186.08º58.27%49.8%-
HSV(B)186.08º73.63%78.82%-
XYZ29.5740.0961.44-
YUV147.94157.9460.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.05%
GREEN value IS 186 (73.05% from 255) = 42.27%
BLUE value IS 201 (78.91% from 255) = 45.68%
R=12.05%
G=42.27%
B=45.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal531862010.740.0700.21186.0858.2749.8
Hex35BAC94A7015ba3a32
Octal6527231111270252727262
Binary1101011011101011001001100101011101010110111010111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35BAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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