Html Css Color HEX #51A6BE Viking

📋 copy color: '#51A6BE'

red 81 ◦ green 166 ◦ blue 190

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

Shades of Viking #51A6BE

Tints of Viking #51A6BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.48%

R = 18.54%
G = 37.99%
B = 43.48%

CMYK

 C value IS 0.57

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#51A6BE (or 0x51A6BE) is known color: Viking. HEX triplet: 51, A6 and BE. RGB value is (81,166,190). Sum of RGB (Red+Green+Blue) = 81+166+190=437 (57% of max value = 765). Red value is 81 (32.03% from 255 or 18.54% from 437); Green value is 166 (65.23% from 255 or 37.99% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #51A6BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A6BE is #AE5941. Grayscale: #8F8F8F. Windows color (decimal): -11426114 or 12494417. OLE color: 12494417.

HSL color Cylindrical-coordinate representation of color #51A6BE: hue angle of 193.21º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51A6BE is Cyan = 0.57, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 166 190 -
CMYK 0.57 0.13 0 0.25
HSL 193.21º 0.46% 0.53% -
HSV(B) 193.21º 0.57% 0.75% -
XYZ 26.32 32.74 53.65 -
YUV 143.32 154.34 83.55 -
System Red Green Blue C M Y K H S L
Decimal 81 166 190 0.57 0.13 0 0.25 193.21 0.46 0.53
Hex 51 A6 BE 39 D 0 19 C1 2E 35
Octal 121 246 276 71 15 0 31 301 56 65
Binary 1010001 10100110 10111110 111001 1101 0 11001 11000001 101110 110101

Color Harmonies of #51A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A6BE

Black with #51A6BE

Text Example


Text Example

White with #51A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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