Html Css Color HEX #61BBCD Viking

📋 copy color: '#61BBCD'

red 97 ◦ green 187 ◦ blue 205

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

Shades of Viking #61BBCD

Tints of Viking #61BBCD

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.24%

 BLUE value IS 205 (80.47% from 255) = 41.92%

R = 19.84%
G = 38.24%
B = 41.92%

CMYK

 C value IS 0.53

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#61BBCD (or 0x61BBCD) is known color: Viking. HEX triplet: 61, BB and CD. RGB value is (97,187,205). Sum of RGB (Red+Green+Blue) = 97+187+205=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 187 (73.44% from 255 or 38.24% from 489); Blue value is 205 (80.47% from 255 or 41.92% from 489); Max value from RGB is 205 - color contains mainly: blue. Hex color #61BBCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBCD is #9E4432. Grayscale: #A1A1A1. Windows color (decimal): -10372147 or 13482849. OLE color: 13482849.

HSL color Cylindrical-coordinate representation of color #61BBCD: hue angle of 190º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61BBCD is Cyan = 0.53, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 187 205 -
CMYK 0.53 0.09 0 0.20
HSL 190º 0.52% 0.59% -
HSV(B) 190º 0.53% 0.8% -
XYZ 33.72 42.49 64.18 -
YUV 162.14 152.18 81.54 -
System Red Green Blue C M Y K H S L
Decimal 97 187 205 0.53 0.09 0 0.20 190 0.52 0.59
Hex 61 BB CD 35 9 0 14 BE 34 3B
Octal 141 273 315 65 11 0 24 276 64 73
Binary 1100001 10111011 11001101 110101 1001 0 10100 10111110 110100 111011

Color Harmonies of #61BBCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BBCD

Black with #61BBCD

Text Example


Text Example

White with #61BBCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,187,205); }

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

background-color css

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

 a { background-color: rgb(97,187,205); }

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

border-color css

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

 span { border-color: rgb(97,187,205); }

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