Html Css Color HEX #61BDCA Viking

📋 copy color: '#61BDCA'

red 97 ◦ green 189 ◦ blue 202

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

Shades of Viking #61BDCA

Tints of Viking #61BDCA

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.73%

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

R = 19.88%
G = 38.73%
B = 41.39%

CMYK

 C value IS 0.52

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#61BDCA (or 0x61BDCA) is known color: Viking. HEX triplet: 61, BD and CA. RGB value is (97,189,202). Sum of RGB (Red+Green+Blue) = 97+189+202=488 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.88% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 202 (79.30% from 255 or 41.39% from 488); Max value from RGB is 202 - color contains mainly: blue. Hex color #61BDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDCA is #9E4235. Grayscale: #A2A2A2. Windows color (decimal): -10371638 or 13286753. OLE color: 13286753.

HSL color Cylindrical-coordinate representation of color #61BDCA: hue angle of 187.43º 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 #61BDCA is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 97 189 202 -
CMYK 0.52 0.06 0 0.21
HSL 187.43º 0.5% 0.59% -
HSV(B) 187.43º 0.52% 0.79% -
XYZ 33.79 43.2 62.43 -
YUV 162.97 150.02 80.94 -
System Red Green Blue C M Y K H S L
Decimal 97 189 202 0.52 0.06 0 0.21 187.43 0.5 0.59
Hex 61 BD CA 34 6 0 15 BB 32 3B
Octal 141 275 312 64 6 0 25 273 62 73
Binary 1100001 10111101 11001010 110100 110 0 10101 10111011 110010 111011

Color Harmonies of #61BDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDCA

Black with #61BDCA

Text Example


Text Example

White with #61BDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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