Html Css Color HEX #61BBCB Viking

📋 copy color: '#61BBCB'

red 97 ◦ green 187 ◦ blue 203

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

Shades of Viking #61BBCB

Tints of Viking #61BBCB

RGB

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

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

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

R = 19.92%
G = 38.4%
B = 41.68%

CMYK

 C value IS 0.52

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#61BBCB (or 0x61BBCB) is known color: Viking. HEX triplet: 61, BB and CB. RGB value is (97,187,203). Sum of RGB (Red+Green+Blue) = 97+187+203=487 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.92% from 487); Green value is 187 (73.44% from 255 or 38.40% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 203 - color contains mainly: blue. Hex color #61BBCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BBCB is #9E4434. Grayscale: #A1A1A1. Windows color (decimal): -10372149 or 13351777. OLE color: 13351777.

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

Color convert

RGB 97 187 203 -
CMYK 0.52 0.08 0 0.20
HSL 189.06º 0.5% 0.59% -
HSV(B) 189.06º 0.52% 0.8% -
XYZ 33.48 42.39 62.92 -
YUV 161.91 151.18 81.7 -
System Red Green Blue C M Y K H S L
Decimal 97 187 203 0.52 0.08 0 0.20 189.06 0.5 0.59
Hex 61 BB CB 34 8 0 14 BD 32 3B
Octal 141 273 313 64 10 0 24 275 62 73
Binary 1100001 10111011 11001011 110100 1000 0 10100 10111101 110010 111011

Color Harmonies of #61BBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61BBCB

Black with #61BBCB

Text Example


Text Example

White with #61BBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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