Html Css Color HEX #51ABBD Viking

📋 copy color: '#51ABBD'

red 81 ◦ green 171 ◦ blue 189

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

Shades of Viking #51ABBD

Tints of Viking #51ABBD

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.78%

 BLUE value IS 189 (74.22% from 255) = 42.86%

R = 18.37%
G = 38.78%
B = 42.86%

CMYK

 C value IS 0.57

 M value IS 0.10

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#51ABBD (or 0x51ABBD) is known color: Viking. HEX triplet: 51, AB and BD. RGB value is (81,171,189). Sum of RGB (Red+Green+Blue) = 81+171+189=441 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.37% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #51ABBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABBD is #AE5442. Grayscale: #919191. Windows color (decimal): -11424835 or 12430161. OLE color: 12430161.

HSL color Cylindrical-coordinate representation of color #51ABBD: hue angle of 190º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51ABBD is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 81 171 189 -
CMYK 0.57 0.10 0 0.26
HSL 190º 0.45% 0.53% -
HSV(B) 190º 0.57% 0.74% -
XYZ 27.14 34.55 53.38 -
YUV 146.14 152.18 81.54 -
System Red Green Blue C M Y K H S L
Decimal 81 171 189 0.57 0.10 0 0.26 190 0.45 0.53
Hex 51 AB BD 39 A 0 1A BE 2D 35
Octal 121 253 275 71 12 0 32 276 55 65
Binary 1010001 10101011 10111101 111001 1010 0 11010 10111110 101101 110101

Color Harmonies of #51ABBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ABBD

Black with #51ABBD

Text Example


Text Example

White with #51ABBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,171,189); }

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

background-color css

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

 a { background-color: rgb(81,171,189); }

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

border-color css

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

 span { border-color: rgb(81,171,189); }

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