#51A9BB

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

Shades of Viking #51A9BB

Tints of Viking #51A9BB

Color information

#51A9BB (or 0x51A9BB) is unknown color: approx Viking. HEX triplet: 51, A9 and BB. RGB value is (81,169,187). Sum of RGB (Red+Green+Blue) = 81+169+187=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #51A9BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A9BB is #AE5644. Grayscale: #909090. Windows color (decimal): -11425349 or 12298577. OLE color: 12298577.

HSL color Cylindrical-coordinate representation of color #51A9BB: hue angle of 190.19º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51A9BB is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB81169187-
CMYK0.570.1000.27
HSL190.19º43.8%52.55%-
HSV(B)190.19º56.68%73.33%-
XYZ26.5533.7152.12-
YUV144.74151.8582.54-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.54%
GREEN value IS 169 (66.41% from 255) = 38.67%
BLUE value IS 187 (73.44% from 255) = 42.79%
R=18.54%
G=38.67%
B=42.79%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal811691870.570.1000.27190.1943.852.55
Hex51A9BB39A01Bbe2c35
Octal12125127371120332765465
Binary10100011010100110111011111001101001101110111110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51A9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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