Html Css Color HEX #51B9C6 Viking

📋 copy color: '#51B9C6'

red 81 ◦ green 185 ◦ blue 198

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

Shades of Viking #51B9C6

Tints of Viking #51B9C6

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.87%

 BLUE value IS 198 (77.73% from 255) = 42.67%

R = 17.46%
G = 39.87%
B = 42.67%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#51B9C6 (or 0x51B9C6) is known color: Viking. HEX triplet: 51, B9 and C6. RGB value is (81,185,198). Sum of RGB (Red+Green+Blue) = 81+185+198=464 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.46% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 198 (77.73% from 255 or 42.67% from 464); Max value from RGB is 198 - color contains mainly: blue. Hex color #51B9C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B9C6 is #AE4639. Grayscale: #9B9B9B. Windows color (decimal): -11421242 or 13023569. OLE color: 13023569.

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

Color convert

RGB 81 185 198 -
CMYK 0.59 0.07 0 0.22
HSL 186.67º 0.51% 0.55% -
HSV(B) 186.67º 0.59% 0.78% -
XYZ 30.94 40.52 59.62 -
YUV 155.39 152.04 74.94 -
System Red Green Blue C M Y K H S L
Decimal 81 185 198 0.59 0.07 0 0.22 186.67 0.51 0.55
Hex 51 B9 C6 3B 7 0 16 BB 33 37
Octal 121 271 306 73 7 0 26 273 63 67
Binary 1010001 10111001 11000110 111011 111 0 10110 10111011 110011 110111

Color Harmonies of #51B9C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B9C6

Black with #51B9C6

Text Example


Text Example

White with #51B9C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,185,198); }

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

background-color css

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

 a { background-color: rgb(81,185,198); }

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

border-color css

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

 span { border-color: rgb(81,185,198); }

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