#51A9CE

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

Shades of Viking #51A9CE

Tints of Viking #51A9CE

Color information

#51A9CE (or 0x51A9CE) is unknown color: approx Viking. HEX triplet: 51, A9 and CE. RGB value is (81,169,206). Sum of RGB (Red+Green+Blue) = 81+169+206=456 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.76% from 456); Green value is 169 (66.41% from 255 or 37.06% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #51A9CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A9CE is #AE5631. Grayscale: #929292. Windows color (decimal): -11425330 or 13543761. OLE color: 13543761.

HSL color Cylindrical-coordinate representation of color #51A9CE: hue angle of 197.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51A9CE is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB81169206-
CMYK0.610.1800.19
HSL197.76º56.05%56.27%-
HSV(B)197.76º60.68%80.78%-
XYZ28.7234.5863.55-
YUV146.91161.3580.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 17.76%
GREEN value IS 169 (66.41% from 255) = 37.06%
BLUE value IS 206 (80.86% from 255) = 45.18%
R=17.76%
G=37.06%
B=45.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal811692060.610.1800.19197.7656.0556.27
Hex51A9CE3D12013c63838
Octal12125131675220233067070
Binary101000110101001110011101111011001001001111000110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A9CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,169,206); }

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

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

 a { background-color: rgb(81,169,206); }

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

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

 span { border-color: rgb(81,169,206); }

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