#61BCCC

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

Shades of Viking #61BCCC

Tints of Viking #61BCCC

Color information

#61BCCC (or 0x61BCCC) is unknown color: approx Viking. HEX triplet: 61, BC and CC. RGB value is (97,188,204). Sum of RGB (Red+Green+Blue) = 97+188+204=489 (64% of max value = 765). Red value is 97 (38.28% from 255 or 19.84% from 489); Green value is 188 (73.83% from 255 or 38.45% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 204 - color contains mainly: blue. Hex color #61BCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BCCC is #9E4333. Grayscale: #A2A2A2. Windows color (decimal): -10371892 or 13417569. OLE color: 13417569.

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

Color convert

RGB97188204-
CMYK0.520.0800.2
HSL188.97º51.2%59.02%-
HSV(B)188.97º52.45%80%-
XYZ33.8142.8763.62-
YUV162.61151.3581.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.84%
GREEN value IS 188 (73.83% from 255) = 38.45%
BLUE value IS 204 (80.08% from 255) = 41.72%
R=19.84%
G=38.45%
B=41.72%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal971882040.520.0800.2188.9751.259.02
Hex61BCCC348014bd333b
Octal14127431464100242756373
Binary11000011011110011001100110100100001010010111101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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