#51A6CB

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

Shades of Viking #51A6CB

Tints of Viking #51A6CB

Color information

#51A6CB (or 0x51A6CB) is unknown color: approx Viking. HEX triplet: 51, A6 and CB. RGB value is (81,166,203). Sum of RGB (Red+Green+Blue) = 81+166+203=450 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #51A6CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A6CB is #AE5934. Grayscale: #909090. Windows color (decimal): -11426101 or 13346385. OLE color: 13346385.

HSL color Cylindrical-coordinate representation of color #51A6CB: hue angle of 198.2º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51A6CB is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB81166203-
CMYK0.600.1800.20
HSL198.2º53.98%55.69%-
HSV(B)198.2º60.1%79.61%-
XYZ27.8133.3361.47-
YUV144.8160.8482.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18%
GREEN value IS 166 (65.23% from 255) = 36.89%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=18%
G=36.89%
B=45.11%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal811662030.600.1800.20198.253.9855.69
Hex51A6CB3C12014c63638
Octal12124631374220243066670
Binary101000110100110110010111111001001001010011000110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51A6CB; }

 p { color: rgb(81,166,203); }

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

<style>
 a { background-color: #51A6CB; }

 a { background-color: rgb(81,166,203); }

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

<style>
 span { border-color: #51A6CB; }

 span { border-color: rgb(81,166,203); }

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