#61BDC8

Color #61BDC8 Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #61BDC8

Tints of Viking #61BDC8

Color information

#61BDC8 (or 0x61BDC8) is unknown color: approx Viking. HEX triplet: 61, BD and C8. RGB value is (97,189,200). Sum of RGB (Red+Green+Blue) = 97+189+200=486 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.96% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 200 (78.52% from 255 or 41.15% from 486); Max value from RGB is 200 - color contains mainly: blue. Hex color #61BDC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDC8 is #9E4237. Grayscale: #A2A2A2. Windows color (decimal): -10371640 or 13155681. OLE color: 13155681.

HSL color Cylindrical-coordinate representation of color #61BDC8: hue angle of 186.41º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #61BDC8 is Cyan = 0.52, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB97189200-
CMYK0.520.0600.22
HSL186.41º48.36%58.24%-
HSV(B)186.41º51.5%78.43%-
XYZ33.5543.1161.2-
YUV162.75149.0281.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.96%
GREEN value IS 189 (74.22% from 255) = 38.89%
BLUE value IS 200 (78.52% from 255) = 41.15%
R=19.96%
G=38.89%
B=41.15%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal971892000.520.0600.22186.4148.3658.24
Hex61BDC8346016ba303a
Octal1412753106460262726072
Binary1100001101111011100100011010011001011010111010110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61BDC8;
 }
 .AnyTagClassName
 {
   color: #61BDC8;
 }
</style>
background-color css

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

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

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

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

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

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