Html Css Color HEX #61BDCB Viking

📋 copy color: '#61BDCB'

red 97 ◦ green 189 ◦ blue 203

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

Shades of Viking #61BDCB

Tints of Viking #61BDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 19.84%
G = 38.65%
B = 41.51%

CMYK

 C value IS 0.52

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#61BDCB (or 0x61BDCB) is known color: Viking. HEX triplet: 61, BD and CB. RGB value is (97,189,203). Sum of RGB (Red+Green+Blue) = 97+189+203=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 189 (74.22% from 255 or 38.65% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 203 - color contains mainly: blue. Hex color #61BDCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDCB is #9E4234. Grayscale: #A2A2A2. Windows color (decimal): -10371637 or 13352289. OLE color: 13352289.

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

Color convert

RGB 97 189 203 -
CMYK 0.52 0.07 0 0.20
HSL 187.92º 0.5% 0.59% -
HSV(B) 187.92º 0.52% 0.8% -
XYZ 33.91 43.25 63.06 -
YUV 163.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 97 189 203 0.52 0.07 0 0.20 187.92 0.5 0.59
Hex 61 BD CB 34 7 0 14 BC 32 3B
Octal 141 275 313 64 7 0 24 274 62 73
Binary 1100001 10111101 11001011 110100 111 0 10100 10111100 110010 111011

Color Harmonies of #61BDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BDCB

Black with #61BDCB

Text Example


Text Example

White with #61BDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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