#35ACC1

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

Shades of Viking #35ACC1

Tints of Viking #35ACC1

Color information

#35ACC1 (or 0x35ACC1) is unknown color: approx Viking. HEX triplet: 35, AC and C1. RGB value is (53,172,193). Sum of RGB (Red+Green+Blue) = 53+172+193=418 (55% of max value = 765). Red value is 53 (21.09% from 255 or 12.68% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 193 (75.78% from 255 or 46.17% from 418); Max value from RGB is 193 - color contains mainly: blue. Hex color #35ACC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #35ACC1 is #CA533E. Grayscale: #8A8A8A. Windows color (decimal): -13259583 or 12692533. OLE color: 12692533.

HSL color Cylindrical-coordinate representation of color #35ACC1: hue angle of 189º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35ACC1 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB53172193-
CMYK0.730.1100.24
HSL189º56.91%48.24%-
HSV(B)189º72.54%75.69%-
XYZ25.8534.1155.67-
YUV138.81158.5866.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 12.68%
GREEN value IS 172 (67.58% from 255) = 41.15%
BLUE value IS 193 (75.78% from 255) = 46.17%
R=12.68%
G=41.15%
B=46.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal531721930.730.1100.2418956.9148.24
Hex35ACC149B018bd3930
Octal65254301111130302757160
Binary11010110101100110000011001001101101100010111101111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35ACC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,172,193); }

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

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

 a { background-color: rgb(53,172,193); }

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

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

 span { border-color: rgb(53,172,193); }

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