#61B8CC

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

Shades of Viking #61B8CC

Tints of Viking #61B8CC

Color information

#61B8CC (or 0x61B8CC) is unknown color: approx Viking. HEX triplet: 61, B8 and CC. RGB value is (97,184,204). Sum of RGB (Red+Green+Blue) = 97+184+204=485 (64% of max value = 765). Red value is 97 (38.28% from 255 or 20% from 485); Green value is 184 (72.27% from 255 or 37.94% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 204 - color contains mainly: blue. Hex color #61B8CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61B8CC is #9E4733. Grayscale: #A0A0A0. Windows color (decimal): -10372916 or 13416545. OLE color: 13416545.

HSL color Cylindrical-coordinate representation of color #61B8CC: hue angle of 191.21º degrees, saturation: 0.51, 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 #61B8CC is Cyan = 0.52, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB97184204-
CMYK0.520.1000.2
HSL191.21º51.2%59.02%-
HSV(B)191.21º52.45%80%-
XYZ32.9741.1863.34-
YUV160.27152.6882.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 20%
GREEN value IS 184 (72.27% from 255) = 37.94%
BLUE value IS 204 (80.08% from 255) = 42.06%
R=20%
G=37.94%
B=42.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971842040.520.1000.2191.2151.259.02
Hex61B8CC34A014bf333b
Octal14127031464120242776373
Binary11000011011100011001100110100101001010010111111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61B8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,184,204); }

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

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

 a { background-color: rgb(97,184,204); }

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

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

 span { border-color: rgb(97,184,204); }

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