Html Css Color HEX #51AABB Viking

📋 copy color: '#51AABB'

red 81 ◦ green 170 ◦ blue 187

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

Shades of Viking #51AABB

Tints of Viking #51AABB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 38.81%

 BLUE value IS 187 (73.44% from 255) = 42.69%

R = 18.49%
G = 38.81%
B = 42.69%

CMYK

 C value IS 0.57

 M value IS 0.09

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#51AABB (or 0x51AABB) is known color: Viking. HEX triplet: 51, AA and BB. RGB value is (81,170,187). Sum of RGB (Red+Green+Blue) = 81+170+187=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #51AABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51AABB is #AE5544. Grayscale: #919191. Windows color (decimal): -11425093 or 12298833. OLE color: 12298833.

HSL color Cylindrical-coordinate representation of color #51AABB: hue angle of 189.62º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #51AABB is Cyan = 0.57, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 170 187 -
CMYK 0.57 0.09 0 0.27
HSL 189.62º 0.44% 0.53% -
HSV(B) 189.62º 0.57% 0.73% -
XYZ 26.74 34.09 52.18 -
YUV 145.33 151.51 82.12 -
System Red Green Blue C M Y K H S L
Decimal 81 170 187 0.57 0.09 0 0.27 189.62 0.44 0.53
Hex 51 AA BB 39 9 0 1B BE 2C 35
Octal 121 252 273 71 11 0 33 276 54 65
Binary 1010001 10101010 10111011 111001 1001 0 11011 10111110 101100 110101

Color Harmonies of #51AABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51AABB

Black with #51AABB

Text Example


Text Example

White with #51AABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,170,187); }

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

background-color css

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

 a { background-color: rgb(81,170,187); }

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

border-color css

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

 span { border-color: rgb(81,170,187); }

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