Html Css Color HEX #61BACE Viking

📋 copy color: '#61BACE'

red 97 ◦ green 186 ◦ blue 206

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

Shades of Viking #61BACE

Tints of Viking #61BACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 19.84%
G = 38.04%
B = 42.13%

CMYK

 C value IS 0.53

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#61BACE (or 0x61BACE) is known color: Viking. HEX triplet: 61, BA and CE. RGB value is (97,186,206). Sum of RGB (Red+Green+Blue) = 97+186+206=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #61BACE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BACE is #9E4531. Grayscale: #A1A1A1. Windows color (decimal): -10372402 or 13548129. OLE color: 13548129.

HSL color Cylindrical-coordinate representation of color #61BACE: hue angle of 191.01º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61BACE is Cyan = 0.53, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 186 206 -
CMYK 0.53 0.10 0 0.19
HSL 191.01º 0.53% 0.59% -
HSV(B) 191.01º 0.53% 0.81% -
XYZ 33.63 42.12 64.75 -
YUV 161.67 153.01 81.87 -
System Red Green Blue C M Y K H S L
Decimal 97 186 206 0.53 0.10 0 0.19 191.01 0.53 0.59
Hex 61 BA CE 35 A 0 13 BF 35 3B
Octal 141 272 316 65 12 0 23 277 65 73
Binary 1100001 10111010 11001110 110101 1010 0 10011 10111111 110101 111011

Color Harmonies of #61BACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BACE

Black with #61BACE

Text Example


Text Example

White with #61BACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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