#61BDCD

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

Shades of Viking #61BDCD

Tints of Viking #61BDCD

Color information

#61BDCD (or 0x61BDCD) is unknown color: approx Viking. HEX triplet: 61, BD and CD. RGB value is (97,189,205). Sum of RGB (Red+Green+Blue) = 97+189+205=491 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.76% from 491); Green value is 189 (74.22% from 255 or 38.49% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #61BDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BDCD is #9E4232. Grayscale: #A3A3A3. Windows color (decimal): -10371635 or 13483361. OLE color: 13483361.

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

Color convert

RGB97189205-
CMYK0.530.0800.20
HSL188.89º51.92%59.22%-
HSV(B)188.89º52.68%80.39%-
XYZ34.1543.3464.32-
YUV163.32151.5280.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.76%
GREEN value IS 189 (74.22% from 255) = 38.49%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=19.76%
G=38.49%
B=41.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971892050.530.0800.20188.8951.9259.22
Hex61BDCD358014bd343b
Octal14127531565100242756473
Binary11000011011110111001101110101100001010010111101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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