Html Css Color HEX #51ABBA Viking

📋 copy color: '#51ABBA'

red 81 ◦ green 171 ◦ blue 186

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

Shades of Viking #51ABBA

Tints of Viking #51ABBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.47%

R = 18.49%
G = 39.04%
B = 42.47%

CMYK

 C value IS 0.56

 M value IS 0.08

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#51ABBA (or 0x51ABBA) is known color: Viking. HEX triplet: 51, AB and BA. RGB value is (81,171,186). Sum of RGB (Red+Green+Blue) = 81+171+186=438 (58% of max value = 765). Red value is 81 (32.03% from 255 or 18.49% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #51ABBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABBA is #AE5445. Grayscale: #919191. Windows color (decimal): -11424838 or 12233553. OLE color: 12233553.

HSL color Cylindrical-coordinate representation of color #51ABBA: hue angle of 188.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51ABBA is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 171 186 -
CMYK 0.56 0.08 0 0.27
HSL 188.57º 0.43% 0.52% -
HSV(B) 188.57º 0.56% 0.73% -
XYZ 26.82 34.42 51.68 -
YUV 145.8 150.68 81.78 -
System Red Green Blue C M Y K H S L
Decimal 81 171 186 0.56 0.08 0 0.27 188.57 0.43 0.52
Hex 51 AB BA 38 8 0 1B BD 2B 34
Octal 121 253 272 70 10 0 33 275 53 64
Binary 1010001 10101011 10111010 111000 1000 0 11011 10111101 101011 110100

Color Harmonies of #51ABBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ABBA

Black with #51ABBA

Text Example


Text Example

White with #51ABBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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