Html Css Color HEX #51A6C8 Viking

📋 copy color: '#51A6C8'

red 81 ◦ green 166 ◦ blue 200

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

Shades of Viking #51A6C8

Tints of Viking #51A6C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.74%

R = 18.12%
G = 37.14%
B = 44.74%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#51A6C8 (or 0x51A6C8) is known color: Viking. HEX triplet: 51, A6 and C8. RGB value is (81,166,200). Sum of RGB (Red+Green+Blue) = 81+166+200=447 (59% of max value = 765). Red value is 81 (32.03% from 255 or 18.12% from 447); Green value is 166 (65.23% from 255 or 37.14% from 447); Blue value is 200 (78.52% from 255 or 44.74% from 447); Max value from RGB is 200 - color contains mainly: blue. Hex color #51A6C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51A6C8 is #AE5937. Grayscale: #909090. Windows color (decimal): -11426104 or 13149777. OLE color: 13149777.

HSL color Cylindrical-coordinate representation of color #51A6C8: hue angle of 197.14º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51A6C8 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 166 200 -
CMYK 0.59 0.17 0 0.22
HSL 197.14º 0.52% 0.55% -
HSV(B) 197.14º 0.6% 0.78% -
XYZ 27.45 33.19 59.6 -
YUV 144.46 159.34 82.74 -
System Red Green Blue C M Y K H S L
Decimal 81 166 200 0.59 0.17 0 0.22 197.14 0.52 0.55
Hex 51 A6 C8 3B 11 0 16 C5 34 37
Octal 121 246 310 73 21 0 26 305 64 67
Binary 1010001 10100110 11001000 111011 10001 0 10110 11000101 110100 110111

Color Harmonies of #51A6C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51A6C8

Black with #51A6C8

Text Example


Text Example

White with #51A6C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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