Html Css Color HEX #51A6C1 Viking

📋 copy color: '#51A6C1'

red 81 ◦ green 166 ◦ blue 193

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

Shades of Viking #51A6C1

Tints of Viking #51A6C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 43.86%

R = 18.41%
G = 37.73%
B = 43.86%

CMYK

 C value IS 0.58

 M value IS 0.14

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#51A6C1 (or 0x51A6C1) is known color: Viking. HEX triplet: 51, A6 and C1. RGB value is (81,166,193). Sum of RGB (Red+Green+Blue) = 81+166+193=440 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.41% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 193 (75.78% from 255 or 43.86% from 440); Max value from RGB is 193 - color contains mainly: blue. Hex color #51A6C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A6C1 is #AE593E. Grayscale: #8F8F8F. Windows color (decimal): -11426111 or 12691025. OLE color: 12691025.

HSL color Cylindrical-coordinate representation of color #51A6C1: hue angle of 194.46º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51A6C1 is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 81 166 193 -
CMYK 0.58 0.14 0 0.24
HSL 194.46º 0.47% 0.54% -
HSV(B) 194.46º 0.58% 0.76% -
XYZ 26.66 32.87 55.39 -
YUV 143.66 155.84 83.3 -
System Red Green Blue C M Y K H S L
Decimal 81 166 193 0.58 0.14 0 0.24 194.46 0.47 0.54
Hex 51 A6 C1 3A E 0 18 C2 2F 36
Octal 121 246 301 72 16 0 30 302 57 66
Binary 1010001 10100110 11000001 111010 1110 0 11000 11000010 101111 110110

Color Harmonies of #51A6C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A6C1

Black with #51A6C1

Text Example


Text Example

White with #51A6C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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