Html Css Color HEX #61BACA Viking

📋 copy color: '#61BACA'

red 97 ◦ green 186 ◦ blue 202

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

Shades of Viking #61BACA

Tints of Viking #61BACA

RGB

 RED value IS 97 (38.28% from 255) = 20%

 GREEN value IS 186 (73.05% from 255) = 38.35%

 BLUE value IS 202 (79.3% from 255) = 41.65%

R = 20%
G = 38.35%
B = 41.65%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#61BACA (or 0x61BACA) is known color: Viking. HEX triplet: 61, BA and CA. RGB value is (97,186,202). Sum of RGB (Red+Green+Blue) = 97+186+202=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #61BACA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BACA is #9E4535. Grayscale: #A1A1A1. Windows color (decimal): -10372406 or 13285985. OLE color: 13285985.

HSL color Cylindrical-coordinate representation of color #61BACA: hue angle of 189.14º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #61BACA is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 186 202 -
CMYK 0.52 0.08 0 0.21
HSL 189.14º 0.5% 0.59% -
HSV(B) 189.14º 0.52% 0.79% -
XYZ 33.15 41.92 62.22 -
YUV 161.21 151.01 82.2 -
System Red Green Blue C M Y K H S L
Decimal 97 186 202 0.52 0.08 0 0.21 189.14 0.5 0.59
Hex 61 BA CA 34 8 0 15 BD 32 3B
Octal 141 272 312 64 10 0 25 275 62 73
Binary 1100001 10111010 11001010 110100 1000 0 10101 10111101 110010 111011

Color Harmonies of #61BACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BACA

Black with #61BACA

Text Example


Text Example

White with #61BACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61BACA; }

 p { color: rgb(97,186,202); }

 H1.HeaderClassName
 {
   color: #61BACA;
 }
 .AnyTagClassName
 {
   color: #61BACA;
 }
</style>

background-color css

<style>
 a { background-color: #61BACA; }

 a { background-color: rgb(97,186,202); }

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

border-color css

<style>
 span { border-color: #61BACA; }

 span { border-color: rgb(97,186,202); }

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