Html Css Color HEX #51ABCE Viking

📋 copy color: '#51ABCE'

red 81 ◦ green 171 ◦ blue 206

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

Shades of Viking #51ABCE

Tints of Viking #51ABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.98%

R = 17.69%
G = 37.34%
B = 44.98%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#51ABCE (or 0x51ABCE) is known color: Viking. HEX triplet: 51, AB and CE. RGB value is (81,171,206). Sum of RGB (Red+Green+Blue) = 81+171+206=458 (60% of max value = 765). Red value is 81 (32.03% from 255 or 17.69% from 458); Green value is 171 (67.19% from 255 or 37.34% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #51ABCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #51ABCE is #AE5431. Grayscale: #939393. Windows color (decimal): -11424818 or 13544273. OLE color: 13544273.

HSL color Cylindrical-coordinate representation of color #51ABCE: hue angle of 196.8º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51ABCE is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 171 206 -
CMYK 0.61 0.17 0 0.19
HSL 196.8º 0.56% 0.56% -
HSV(B) 196.8º 0.61% 0.81% -
XYZ 29.1 35.33 63.68 -
YUV 148.08 160.68 80.15 -
System Red Green Blue C M Y K H S L
Decimal 81 171 206 0.61 0.17 0 0.19 196.8 0.56 0.56
Hex 51 AB CE 3D 11 0 13 C5 38 38
Octal 121 253 316 75 21 0 23 305 70 70
Binary 1010001 10101011 11001110 111101 10001 0 10011 11000101 111000 111000

Color Harmonies of #51ABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ABCE

Black with #51ABCE

Text Example


Text Example

White with #51ABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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