#61BFCE

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

Shades of Viking #61BFCE

Tints of Viking #61BFCE

Color information

#61BFCE (or 0x61BFCE) is unknown color: approx Viking. HEX triplet: 61, BF and CE. RGB value is (97,191,206). Sum of RGB (Red+Green+Blue) = 97+191+206=494 (65% of max value = 765). Red value is 97 (38.28% from 255 or 19.64% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #61BFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #61BFCE is #9E4031. Grayscale: #A4A4A4. Windows color (decimal): -10371122 or 13549409. OLE color: 13549409.

HSL color Cylindrical-coordinate representation of color #61BFCE: hue angle of 188.26º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #61BFCE is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB97191206-
CMYK0.530.0700.19
HSL188.26º52.66%59.41%-
HSV(B)188.26º52.91%80.78%-
XYZ34.744.2665.11-
YUV164.6151.3679.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 19.64%
GREEN value IS 191 (75% from 255) = 38.66%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=19.64%
G=38.66%
B=41.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal971912060.530.0700.19188.2652.6659.41
Hex61BFCE357013bc353b
Octal1412773166570232746573
Binary1100001101111111100111011010111101001110111100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61BFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,191,206); }

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

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

 a { background-color: rgb(97,191,206); }

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

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

 span { border-color: rgb(97,191,206); }

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