Html Css Color HEX #60ACC2 Viking

📋 copy color: '#60ACC2'

red 96 ◦ green 172 ◦ blue 194

#60ACC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #60ACC2

Tints of Viking #60ACC2

RGB

 RED value IS 96 (37.89% from 255) = 20.78%

 GREEN value IS 172 (67.58% from 255) = 37.23%

 BLUE value IS 194 (76.17% from 255) = 41.99%

R = 20.78%
G = 37.23%
B = 41.99%

CMYK

 C value IS 0.51

 M value IS 0.11

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#60ACC2 (or 0x60ACC2) is known color: Viking. HEX triplet: 60, AC and C2. RGB value is (96,172,194). Sum of RGB (Red+Green+Blue) = 96+172+194=462 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.78% from 462); Green value is 172 (67.58% from 255 or 37.23% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 194 - color contains mainly: blue. Hex color #60ACC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #60ACC2 is #9F533D. Grayscale: #979797. Windows color (decimal): -10441534 or 12758112. OLE color: 12758112.

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

Color convert

RGB 96 172 194 -
CMYK 0.51 0.11 0 0.24
HSL 193.47º 0.45% 0.57% -
HSV(B) 193.47º 0.51% 0.76% -
XYZ 29.31 35.89 56.42 -
YUV 151.78 151.82 88.21 -
System Red Green Blue C M Y K H S L
Decimal 96 172 194 0.51 0.11 0 0.24 193.47 0.45 0.57
Hex 60 AC C2 33 B 0 18 C1 2D 39
Octal 140 254 302 63 13 0 30 301 55 71
Binary 1100000 10101100 11000010 110011 1011 0 11000 11000001 101101 111001

Color Harmonies of #60ACC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60ACC2

Black with #60ACC2

Text Example


Text Example

White with #60ACC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60ACC2; }

 p { color: rgb(96,172,194); }

 H1.HeaderClassName
 {
   color: #60ACC2;
 }
 .AnyTagClassName
 {
   color: #60ACC2;
 }
</style>

background-color css

<style>
 a { background-color: #60ACC2; }

 a { background-color: rgb(96,172,194); }

 div.DivClassName
 {
   background-color: #60ACC2;
 }
 .BgClassName
 {
   background-color: #60ACC2;
 }
</style>

border-color css

<style>
 span { border-color: #60ACC2; }

 span { border-color: rgb(96,172,194); }

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