Html Css Color HEX #51A6BB Viking

📋 copy color: '#51A6BB'

red 81 ◦ green 166 ◦ blue 187

#51A6BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #51A6BB

Tints of Viking #51A6BB

RGB

 RED value IS 81 (32.03% from 255) = 18.66%

 GREEN value IS 166 (65.23% from 255) = 38.25%

 BLUE value IS 187 (73.44% from 255) = 43.09%

R = 18.66%
G = 38.25%
B = 43.09%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#51A6BB (or 0x51A6BB) is known color: Viking. HEX triplet: 51, A6 and BB. RGB value is (81,166,187). Sum of RGB (Red+Green+Blue) = 81+166+187=434 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.66% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #51A6BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A6BB is #AE5944. Grayscale: #8E8E8E. Windows color (decimal): -11426117 or 12297809. OLE color: 12297809.

HSL color Cylindrical-coordinate representation of color #51A6BB: hue angle of 191.89º 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 #51A6BB is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 166 187 -
CMYK 0.57 0.11 0 0.27
HSL 191.89º 0.44% 0.53% -
HSV(B) 191.89º 0.57% 0.73% -
XYZ 26 32.61 51.94 -
YUV 142.98 152.84 83.79 -
System Red Green Blue C M Y K H S L
Decimal 81 166 187 0.57 0.11 0 0.27 191.89 0.44 0.53
Hex 51 A6 BB 39 B 0 1B C0 2C 35
Octal 121 246 273 71 13 0 33 300 54 65
Binary 1010001 10100110 10111011 111001 1011 0 11011 11000000 101100 110101

Color Harmonies of #51A6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A6BB

Black with #51A6BB

Text Example


Text Example

White with #51A6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #51A6BB;
 }
 .AnyTagClassName
 {
   color: #51A6BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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