Html Css Color HEX #51B5C6 Viking

📋 copy color: '#51B5C6'

red 81 ◦ green 181 ◦ blue 198

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

Shades of Viking #51B5C6

Tints of Viking #51B5C6

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.35%

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

R = 17.61%
G = 39.35%
B = 43.04%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#51B5C6 (or 0x51B5C6) is known color: Viking. HEX triplet: 51, B5 and C6. RGB value is (81,181,198). Sum of RGB (Red+Green+Blue) = 81+181+198=460 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.61% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 198 - color contains mainly: blue. Hex color #51B5C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51B5C6 is #AE4A39. Grayscale: #989898. Windows color (decimal): -11422266 or 13022545. OLE color: 13022545.

HSL color Cylindrical-coordinate representation of color #51B5C6: hue angle of 188.72º 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 #51B5C6 is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 81 181 198 -
CMYK 0.59 0.09 0 0.22
HSL 188.72º 0.51% 0.55% -
HSV(B) 188.72º 0.59% 0.78% -
XYZ 30.11 38.87 59.34 -
YUV 153.04 153.37 76.62 -
System Red Green Blue C M Y K H S L
Decimal 81 181 198 0.59 0.09 0 0.22 188.72 0.51 0.55
Hex 51 B5 C6 3B 9 0 16 BD 33 37
Octal 121 265 306 73 11 0 26 275 63 67
Binary 1010001 10110101 11000110 111011 1001 0 10110 10111101 110011 110111

Color Harmonies of #51B5C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B5C6

Black with #51B5C6

Text Example


Text Example

White with #51B5C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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